summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/431341-2.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/431341-2.html')
-rw-r--r--layout/reftests/bugs/431341-2.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/bugs/431341-2.html b/layout/reftests/bugs/431341-2.html
new file mode 100644
index 0000000000..96377592b2
--- /dev/null
+++ b/layout/reftests/bugs/431341-2.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+<head>
+<style>
+body { font-family:DejaVu Sans; font-size:100px; }
+p::first-letter { float:left; }
+</style>
+</head>
+<body>
+<p>fish fish f&#8204;ish
+</body>
+</html>