summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1404057-noref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/1404057-noref.html')
-rw-r--r--layout/reftests/bugs/1404057-noref.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1404057-noref.html b/layout/reftests/bugs/1404057-noref.html
new file mode 100644
index 0000000000..dc734b6b1f
--- /dev/null
+++ b/layout/reftests/bugs/1404057-noref.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<meta charset="UTF-8">
+<style>
+ div {
+ height: 2em;
+ }
+</style>
+<body>
+ <div lang="ja">令</div>
+ <div lang="ja">令</div>
+ <div lang="ja">令</div>
+</body>