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