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