summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/468546-1-ref.xhtml
blob: 7974ad9c3613f63e89e183761a3318e5fbabe05f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style type="text/css">
[class='anon'] { float: left; }
[class='anon']:first-line { word-spacing: 30ch; }
body { width: 30ch; }
</style>
</head>

<body><div class="anon"><span>A B</span>jk</div></body>

</html>