gecko/layout/reftests/text/justification-2d.html
2010-01-26 23:29:46 -08:00

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>&#x2007;<span></span>
<span></span>
</body>
</html>