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