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

Unified Diff: LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validate-expected.txt

Issue 1202563009: <fieldset> should be ignored in interactive validation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « no previous file | Source/core/html/HTMLFieldSetElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validate-expected.txt
diff --git a/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validate-expected.txt b/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validate-expected.txt
index 13fef4a7751c71a726ca918a93bc4f4e2aaa1f66..80023bc6e7983d3663ea0e443ca9bd3ff292ff93 100644
--- a/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validate-expected.txt
+++ b/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validate-expected.txt
@@ -3,9 +3,6 @@ CONSOLE ERROR: An invalid form control with name='' is not focusable.
CONSOLE ERROR: An invalid form control with name='' is not focusable.
CONSOLE ERROR: An invalid form control with name='' is not focusable.
CONSOLE ERROR: An invalid form control with name='' is not focusable.
-CONSOLE ERROR: An invalid form control with name='' is not focusable.
-CONSOLE ERROR: An invalid form control with name='' is not focusable.
-CONSOLE ERROR: 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
@@ -13,7 +10,7 @@ PASS If all of the submittable elements whose form owner is the form are valid,
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
-FAIL The invalid event must be fired at the invalid controls assert_equals: The invalid event will be fired if the checkValidity or reportValidity method are called. expected 4 but got 6
+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.
« no previous file with comments | « no previous file | Source/core/html/HTMLFieldSetElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698