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