diff options
Diffstat (limited to 'layout/reftests/text-decoration/underline-inline-block-quirks-ref.html')
-rw-r--r-- | layout/reftests/text-decoration/underline-inline-block-quirks-ref.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layout/reftests/text-decoration/underline-inline-block-quirks-ref.html b/layout/reftests/text-decoration/underline-inline-block-quirks-ref.html new file mode 100644 index 0000000000..27c474675e --- /dev/null +++ b/layout/reftests/text-decoration/underline-inline-block-quirks-ref.html @@ -0,0 +1,2 @@ +<title>text-decoration: underline test</title> +<p>This has an <span style="display:inline-block"><span style="text-decoration:underline">inline</span><br><span style="text-decoration:underline">block</span></span> in it.</p> |