summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-invalid/form/form-valid-and-barred-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/css-invalid/form/form-valid-and-barred-ref.html')
-rw-r--r--layout/reftests/css-invalid/form/form-valid-and-barred-ref.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/css-invalid/form/form-valid-and-barred-ref.html b/layout/reftests/css-invalid/form/form-valid-and-barred-ref.html
new file mode 100644
index 0000000000..a0dd9e358e
--- /dev/null
+++ b/layout/reftests/css-invalid/form/form-valid-and-barred-ref.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+ <body>
+ <form>
+ <input value='bar' required>
+ <input value='foo' readonly required>
+ </form>
+ </body>
+</html>