summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-valid/button/button-disabled-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/css-valid/button/button-disabled-ref.html')
-rw-r--r--layout/reftests/css-valid/button/button-disabled-ref.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/reftests/css-valid/button/button-disabled-ref.html b/layout/reftests/css-valid/button/button-disabled-ref.html
new file mode 100644
index 0000000000..7de1ba7c5c
--- /dev/null
+++ b/layout/reftests/css-valid/button/button-disabled-ref.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<html>
+ <body>
+ <button style="background-color: green;" disabled></button>
+ </body>
+</html>