summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/justification-2a.html
blob: 2711eef658ecf0440f1d41529fc50c406521e676 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE HTML>
<html>
<head>
<style>
span { display:inline-block; width:100px; height:10px; background:yellow; }
</style>
</head>
<!-- Test that justify actually works. 3 spans won't fit on a line so there will be
     two spans plus 100px of justification space on the first line. -->
<body style="text-align:justify; width:300px;">
<span></span> <span></span>
<span></span>
</body>
</html>