summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/714519-2-q.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/714519-2-q.html')
-rw-r--r--layout/reftests/bugs/714519-2-q.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/bugs/714519-2-q.html b/layout/reftests/bugs/714519-2-q.html
new file mode 100644
index 0000000000..f4e7bd6763
--- /dev/null
+++ b/layout/reftests/bugs/714519-2-q.html
@@ -0,0 +1,8 @@
+<title>bug 714519: underline of nested vertical-align:top in quirks mode</title>
+
+<style>
+div > span { text-decoration: underline }
+span { vertical-align: top }
+</style>
+
+<div><span><span>Short line</span></span></div>