summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/468546-1-ref.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/468546-1-ref.xhtml')
-rw-r--r--layout/reftests/bugs/468546-1-ref.xhtml12
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/bugs/468546-1-ref.xhtml b/layout/reftests/bugs/468546-1-ref.xhtml
new file mode 100644
index 000000000..7974ad9c3
--- /dev/null
+++ b/layout/reftests/bugs/468546-1-ref.xhtml
@@ -0,0 +1,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>