summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/semantics/forms/constraints/form-validation-willValidate.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/html/semantics/forms/constraints/form-validation-willValidate.html.ini')
-rw-r--r--testing/web-platform/meta/html/semantics/forms/constraints/form-validation-willValidate.html.ini71
1 files changed, 71 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/semantics/forms/constraints/form-validation-willValidate.html.ini b/testing/web-platform/meta/html/semantics/forms/constraints/form-validation-willValidate.html.ini
new file mode 100644
index 000000000..b190a9367
--- /dev/null
+++ b/testing/web-platform/meta/html/semantics/forms/constraints/form-validation-willValidate.html.ini
@@ -0,0 +1,71 @@
+[form-validation-willValidate.html]
+ type: testharness
+ [[fieldset\] Must not be barred from the constraint validation]
+ expected: FAIL
+
+ [[keygen\] Must be barred from the constraint validation]
+ expected: FAIL
+
+ [[INPUT in TEXT status\] The willValidate attribute must be true if an elment is mutable]
+ expected: FAIL
+
+ [[INPUT in SEARCH status\] The willValidate attribute must be true if an elment is mutable]
+ expected: FAIL
+
+ [[INPUT in TEL status\] The willValidate attribute must be true if an elment is mutable]
+ expected: FAIL
+
+ [[INPUT in URL status\] The willValidate attribute must be true if an elment is mutable]
+ expected: FAIL
+
+ [[INPUT in EMAIL status\] The willValidate attribute must be true if an elment is mutable]
+ expected: FAIL
+
+ [[INPUT in PASSWORD status\] The willValidate attribute must be true if an elment is mutable]
+ expected: FAIL
+
+ [[INPUT in DATETIME status\] The datetime type must be supported.]
+ expected: FAIL
+
+ [[INPUT in DATE status\] The willValidate attribute must be true if an elment is mutable]
+ expected: FAIL
+
+ [[INPUT in MONTH status\] The month type must be supported.]
+ expected: FAIL
+
+ [[INPUT in WEEK status\] The week type must be supported.]
+ expected: FAIL
+
+ [[INPUT in TIME status\] The willValidate attribute must be true if an elment is mutable]
+ expected: FAIL
+
+ [[INPUT in COLOR status\] The willValidate attribute must be true if an elment is mutable]
+ expected: FAIL
+
+ [[INPUT in FILE status\] The willValidate attribute must be true if an elment is mutable]
+ expected: FAIL
+
+ [[INPUT in SUBMIT status\] The willValidate attribute must be true if an elment is mutable]
+ expected: FAIL
+
+ [[BUTTON in SUBMIT status\] The willValidate attribute must be true if an elment is mutable]
+ expected: FAIL
+
+ [[select\] The willValidate attribute must be true if an elment is mutable]
+ expected: FAIL
+
+ [[textarea\] The willValidate attribute must be true if an elment is mutable]
+ expected: FAIL
+
+ [[BUTTON in SUBMIT status\] The willValidate attribute must be false if it has a datalist ancestor]
+ expected: FAIL
+
+ [[select\] The willValidate attribute must be false if it has a datalist ancestor]
+ expected: FAIL
+
+ [[textarea\] The willValidate attribute must be false if it has a datalist ancestor]
+ expected: FAIL
+
+ [[INPUT in DATETIME-LOCAL status\] The datetime-local type must be supported.]
+ expected: FAIL
+