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