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