summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-decoration/inline-baseline-almost-standards.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/text-decoration/inline-baseline-almost-standards.html')
-rw-r--r--layout/reftests/text-decoration/inline-baseline-almost-standards.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/text-decoration/inline-baseline-almost-standards.html b/layout/reftests/text-decoration/inline-baseline-almost-standards.html
new file mode 100644
index 0000000000..71bdfc14b8
--- /dev/null
+++ b/layout/reftests/text-decoration/inline-baseline-almost-standards.html
@@ -0,0 +1,10 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+ "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+ <title>test for bug 223764 (Almost-standards)</title>
+ <body>
+ <p style="overflow: hidden; padding-bottom: 20px;">
+ <span style="font-size: 100px; text-decoration:underline"><span style="font-size: 20px">hello</span></span>
+ </p>
+ </body>
+</html>