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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | Source/core/html/HTMLFieldSetElement.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE WARNING: line 13: The specified value "abc" is not a valid email address . 1 CONSOLE WARNING: line 13: The specified value 'abc' is not a valid email address .
tkent 2015/06/26 06:58:50 Did you produce the result correctly? https://sto
tanay.c 2015/06/26 13:11:14 Sorry, mismatch was due to rebase. The new patch s
2 CONSOLE ERROR: An invalid form control with name='' is not focusable. 2 CONSOLE ERROR: An invalid form control with name='' is not focusable.
3 CONSOLE ERROR: An invalid form control with name='' is not focusable. 3 CONSOLE ERROR: An invalid form control with name='' is not focusable.
4 CONSOLE ERROR: An invalid form control with name='' is not focusable. 4 CONSOLE ERROR: An invalid form control with name='' is not focusable.
5 CONSOLE ERROR: An invalid form control with name='' is not focusable.
6 CONSOLE ERROR: An invalid form control with name='' is not focusable.
7 CONSOLE ERROR: An invalid form control with name='' is not focusable.
8 CONSOLE ERROR: An invalid form control with name='' is not focusable. 5 CONSOLE ERROR: An invalid form control with name='' is not focusable.
9 This is a testharness.js-based test. 6 This is a testharness.js-based test.
10 PASS If there is any invalid submittable element whose form owner is the form, t he form.checkValidity must be false 7 PASS If there is any invalid submittable element whose form owner is the form, t he form.checkValidity must be false
11 PASS If there is any invalid submittable element whose form owner is the form, t he form.reportValidity must be false 8 PASS If there is any invalid submittable element whose form owner is the form, t he form.reportValidity must be false
12 PASS If all of the submittable elements whose form owner is the form are valid, the form.checkValidity must be true 9 PASS If all of the submittable elements whose form owner is the form are valid, the form.checkValidity must be true
13 PASS If all of the submittable elements whose form owner is the form are valid, the form.reportValidity must be true 10 PASS If all of the submittable elements whose form owner is the form are valid, the form.reportValidity must be true
14 PASS Check the checkValidity method of the form element when it has a fieldset c hild 11 PASS Check the checkValidity method of the form element when it has a fieldset c hild
15 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 f alse 12 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 f alse
16 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 ca lled. expected 4 but got 6 13 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 ca lled. expected 4 but got 6
17 PASS The invalid event must not be fired at the invalid controls 14 PASS The invalid event must not be fired at the invalid controls
18 Harness: the test ran to completion. 15 Harness: the test ran to completion.
19 16
OLDNEW
« 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