tenfourfox/layout/reftests/text/justification-2c.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

14 lines
299 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<style>
span { display:inline-block; width:100px; height:10px; background:yellow; }
</style>
</head>
<!-- Test that &nbsp; has justification space added. -->
<body style="text-align:justify; width:300px;">
<span></span>&nbsp;<span></span>
<span></span>
</body>
</html>