Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-validate-expected.txt

Issue 2015623004: Import wpt@ed94c51f3dfaa5ff4c9c311add1a560408059c51 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
index ebe1363ef940317a5d74a858e97cecd114b530b3..0bde7bc36526971c6e3e19c74da762b1093e6bd5 100644
--- 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
@@ -1,15 +1,15 @@
CONSOLE WARNING: line 13: The specified value "abc" is not a valid email address.
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 103: An invalid form control with name='' is not focusable.
-CONSOLE ERROR: line 105: 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
-FAIL Check the reportValidity method of the form element when it has a fieldset child assert_true: The reportValidity method should be true. expected true got false
+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.

Powered by Google App Engine
This is Rietveld 408576698