summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/justification-2d.html
blob: d4f54f488472b9bffe9b63f56f5676e6fd3aa698 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!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>