diff options
Diffstat (limited to 'layout/reftests/text-decoration/underline-button-2-ref.html')
-rw-r--r-- | layout/reftests/text-decoration/underline-button-2-ref.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/text-decoration/underline-button-2-ref.html b/layout/reftests/text-decoration/underline-button-2-ref.html new file mode 100644 index 000000000..f003bae64 --- /dev/null +++ b/layout/reftests/text-decoration/underline-button-2-ref.html @@ -0,0 +1,9 @@ +<!doctype html> +<html> +<body> + <span style="text-decoration: underline; font: 16px sans-serif"> + Some</span><button style="text-decoration: underline; color: black; font: 16px sans-serif">text</button><span + style="text-decoration: underline; font: 16px sans-serif">and a button + </span> +</body> +</html> |