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