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