diff options
Diffstat (limited to 'layout/reftests/text-decoration/inline-baseline-quirks.html')
-rw-r--r-- | layout/reftests/text-decoration/inline-baseline-quirks.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/text-decoration/inline-baseline-quirks.html b/layout/reftests/text-decoration/inline-baseline-quirks.html new file mode 100644 index 000000000..599b1e8da --- /dev/null +++ b/layout/reftests/text-decoration/inline-baseline-quirks.html @@ -0,0 +1,8 @@ +<html>
+ <title>test for bug 223764 (Quirks)</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>
|