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