Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-validate-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-validate-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-validate-expected.txt |
deleted file mode 100644 |
index 5217f085c758b956976b6ab5ed8bfc3c1e003fe3..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-validate-expected.txt |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-CONSOLE ERROR: line 79: An invalid form control with name='' is not focusable. |
-CONSOLE ERROR: line 79: An invalid form control with name='' is not focusable. |
-CONSOLE ERROR: line 108: An invalid form control with name='' is not focusable. |
-CONSOLE ERROR: line 114: An invalid form control with name='' is not focusable. |
-This is a testharness.js-based test. |
-PASS If there is any invalid submittable element whose form owner is the form, the form.checkValidity must be false |
-PASS If there is any invalid submittable element whose form owner is the form, the form.reportValidity must be false |
-PASS If all of the submittable elements whose form owner is the form are valid, the form.checkValidity must be true |
-PASS If all of the submittable elements whose form owner is the form are valid, the form.reportValidity must be true |
-PASS Check the checkValidity method of the form element when it has a fieldset child |
-PASS Check the reportValidity method of the form element when it has a fieldset child |
-PASS The invalid event must be fired at the invalid controls |
-PASS The invalid event must not be fired at the invalid controls |
-Harness: the test ran to completion. |
- |