summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-valid/input/input-button.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/css-valid/input/input-button.html')
-rw-r--r--layout/reftests/css-valid/input/input-button.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/css-valid/input/input-button.html b/layout/reftests/css-valid/input/input-button.html
new file mode 100644
index 0000000000..f367111ce7
--- /dev/null
+++ b/layout/reftests/css-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 :valid pseudo-class. -->
+ <link rel='stylesheet' type='text/css' href='style.css'>
+ <body>
+ <input class='notvalid' type='button'>
+ </body>
+</html>