diff options
Diffstat (limited to 'layout/reftests/text-decoration/underline-block-standards-ref.html')
-rw-r--r-- | layout/reftests/text-decoration/underline-block-standards-ref.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layout/reftests/text-decoration/underline-block-standards-ref.html b/layout/reftests/text-decoration/underline-block-standards-ref.html new file mode 100644 index 000000000..ea53cd446 --- /dev/null +++ b/layout/reftests/text-decoration/underline-block-standards-ref.html @@ -0,0 +1,3 @@ +<!DOCTYPE HTML> +<title>text-decoration: underline test</title> +<div><span style="text-decoration:underline">This text should be underlined.</span></div> |