mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-12 10:09:18 +00:00
14 lines
324 B
HTML
14 lines
324 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
span { display:inline-block; width:100px; height:10px; background:yellow; }
|
|
</style>
|
|
</head>
|
|
<!-- Test that U+2007 FIGURE SPACE does not have justification space added. -->
|
|
<body style="text-align:justify; width:300px;">
|
|
<span></span> <span></span>
|
|
<span></span>
|
|
</body>
|
|
</html>
|