diff options
Diffstat (limited to 'layout/reftests/css-valid/button/button-button.html')
-rw-r--r-- | layout/reftests/css-valid/button/button-button.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/css-valid/button/button-button.html b/layout/reftests/css-valid/button/button-button.html new file mode 100644 index 0000000000..dd3332294f --- /dev/null +++ b/layout/reftests/css-valid/button/button-button.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> + <!-- Test: if button is of the button type, it is barred from constraint + validation and should not be affected by :valid pseudo-class. --> + <link rel='stylesheet' type='text/css' href='style.css'> + <body> + <button class='notvalid' type='button'></button> + </body> +</html> |