summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/justification-2-ref.html
blob: 70443e68206e881d9bbbfa3a6aed9ae903c2ba8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE HTML>
<html>
<head>
<style>
span { display:inline-block; width:100px; height:10px; background:yellow; }
</style>
</head>
<body>
<span></span><span style="background:none;"></span><span></span><br>
<span></span>
</body>
</html>