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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-willValidate-expected.txt

Issue 2536993002: Remove support for the keygen tag (Closed)
Patch Set: Rebased Created 4 years 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
OLDNEW
1 CONSOLE WARNING: line 361: The <keygen> element is deprecated and will be remove d in M57, around March 2017. See https://www.chromestatus.com/features/571606099 2962560 for more details.
2 This is a testharness.js-based test. 1 This is a testharness.js-based test.
3 PASS [INPUT in HIDDEN status] Must be barred from the constraint validation 2 PASS [INPUT in HIDDEN status] Must be barred from the constraint validation
4 PASS [INPUT in BUTTON status] Must be barred from the constraint validation 3 PASS [INPUT in BUTTON status] Must be barred from the constraint validation
5 PASS [INPUT in RESET status] Must be barred from the constraint validation 4 PASS [INPUT in RESET status] Must be barred from the constraint validation
6 PASS [BUTTON in BUTTON status] Must be barred from the constraint validation 5 PASS [BUTTON in BUTTON status] Must be barred from the constraint validation
7 PASS [BUTTON in RESET status] Must be barred from the constraint validation 6 PASS [BUTTON in RESET status] Must be barred from the constraint validation
8 FAIL [fieldset] Must not be barred from the constraint validation assert_true: The willValidate attribute should be true. expected true got false 7 FAIL [fieldset] Must not be barred from the constraint validation assert_true: The willValidate attribute should be true. expected true got false
9 FAIL [output] Must not be barred from the constraint validation assert_true: Th e willValidate attribute should be true. expected true got false 8 FAIL [output] Must not be barred from the constraint validation assert_true: Th e willValidate attribute should be true. expected true got false
10 PASS [object] Must be barred from the constraint validation 9 PASS [object] Must be barred from the constraint validation
11 PASS [keygen] Must be barred from the constraint validation 10 FAIL [keygen] Must be barred from the constraint validation assert_true: The wi llValidate attribute doesn't exist. expected true got false
12 PASS [INPUT in TEXT status] Must be barred from the constraint validation if it is disabled 11 PASS [INPUT in TEXT status] Must be barred from the constraint validation if it is disabled
13 PASS [INPUT in TEXT status] The willValidate attribute must be true if an elemen t is mutable 12 PASS [INPUT in TEXT status] The willValidate attribute must be true if an elemen t is mutable
14 PASS [INPUT in TEXT status] Must be barred from the constraint validation if it is readonly 13 PASS [INPUT in TEXT status] Must be barred from the constraint validation if it is readonly
15 PASS [INPUT in TEXT status] The willValidate attribute must be false if it has a datalist ancestor 14 PASS [INPUT in TEXT status] The willValidate attribute must be false if it has a datalist ancestor
16 PASS [INPUT in SEARCH status] Must be barred from the constraint validation if i t is disabled 15 PASS [INPUT in SEARCH status] Must be barred from the constraint validation if i t is disabled
17 PASS [INPUT in SEARCH status] The willValidate attribute must be true if an elem ent is mutable 16 PASS [INPUT in SEARCH status] The willValidate attribute must be true if an elem ent is mutable
18 PASS [INPUT in SEARCH status] Must be barred from the constraint validation if i t is readonly 17 PASS [INPUT in SEARCH status] Must be barred from the constraint validation if i t is readonly
19 PASS [INPUT in SEARCH status] The willValidate attribute must be false if it has a datalist ancestor 18 PASS [INPUT in SEARCH status] The willValidate attribute must be false if it has a datalist ancestor
20 PASS [INPUT in TEL status] Must be barred from the constraint validation if it i s disabled 19 PASS [INPUT in TEL status] Must be barred from the constraint validation if it i s disabled
21 PASS [INPUT in TEL status] The willValidate attribute must be true if an element is mutable 20 PASS [INPUT in TEL status] The willValidate attribute must be true if an element is mutable
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 PASS [BUTTON in SUBMIT status] The willValidate attribute must be true if an ele ment is mutable 68 PASS [BUTTON in SUBMIT status] The willValidate attribute must be true if an ele ment is mutable
70 PASS [BUTTON in SUBMIT status] The willValidate attribute must be false if it ha s a datalist ancestor 69 PASS [BUTTON in SUBMIT status] The willValidate attribute must be false if it ha s a datalist ancestor
71 PASS [select] Must be barred from the constraint validation 70 PASS [select] Must be barred from the constraint validation
72 PASS [select] The willValidate attribute must be true if an element is mutable 71 PASS [select] The willValidate attribute must be true if an element is mutable
73 PASS [select] The willValidate attribute must be false if it has a datalist anc estor 72 PASS [select] The willValidate attribute must be false if it has a datalist anc estor
74 PASS [textarea] Must be barred from the constraint validation 73 PASS [textarea] Must be barred from the constraint validation
75 PASS [textarea] The willValidate attribute must be true if an element is mutabl e 74 PASS [textarea] The willValidate attribute must be true if an element is mutabl e
76 PASS [textarea] The willValidate attribute must be false if it has a datalist a ncestor 75 PASS [textarea] The willValidate attribute must be false if it has a datalist a ncestor
77 Harness: the test ran to completion. 76 Harness: the test ran to completion.
78 77
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698