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

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

Issue 2492483002: Updating deprecation message for <keygen>. (Closed)
Patch Set: Created 4 years, 1 month 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 M56, around January 2017. See https://www.chromestatus.com/features/5716060 992962560 for more details. 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. 2 This is a testharness.js-based test.
3 PASS [INPUT in HIDDEN status] Must be barred from the constraint validation 3 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 4 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 5 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 6 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 7 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 8 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 9 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 10 PASS [object] Must be barred from the constraint validation
11 PASS [keygen] Must be barred from the constraint validation 11 PASS [keygen] Must be barred from the constraint validation
(...skipping 57 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 69 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 70 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 71 PASS [select] Must be barred from the constraint validation
72 PASS [select] The willValidate attribute must be true if an element is mutable 72 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 73 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 74 PASS [textarea] Must be barred from the constraint validation
75 PASS [textarea] The willValidate attribute must be true if an element is mutabl e 75 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 76 PASS [textarea] The willValidate attribute must be false if it has a datalist a ncestor
77 Harness: the test ran to completion. 77 Harness: the test ran to completion.
78 78
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698