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

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

Issue 2266283002: Updating deprecation message for <keygen>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 3 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
OLDNEW
1 CONSOLE WARNING: line 361: The <keygen> element is deprecated and will be remove d in M54, around October 2016. 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 M56, around January 2017. See https://www.chromestatus.com/features/5716060 992962560 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 PASS [BUTTON in SUBMIT status] The willValidate attribute must be true if an ele ment is mutable 66 PASS [BUTTON in SUBMIT status] The willValidate attribute must be true if an ele ment is mutable
67 PASS [BUTTON in SUBMIT status] The willValidate attribute must be false if it ha s a datalist ancestor 67 PASS [BUTTON in SUBMIT status] The willValidate attribute must be false if it ha s a datalist ancestor
68 PASS [select] Must be barred from the constraint validation 68 PASS [select] Must be barred from the constraint validation
69 PASS [select] The willValidate attribute must be true if an element is mutable 69 PASS [select] The willValidate attribute must be true if an element is mutable
70 PASS [select] The willValidate attribute must be false if it has a datalist anc estor 70 PASS [select] The willValidate attribute must be false if it has a datalist anc estor
71 PASS [textarea] Must be barred from the constraint validation 71 PASS [textarea] Must be barred from the constraint validation
72 PASS [textarea] The willValidate attribute must be true if an element is mutabl e 72 PASS [textarea] The willValidate attribute must be true if an element is mutabl e
73 PASS [textarea] The willValidate attribute must be false if it has a datalist a ncestor 73 PASS [textarea] The willValidate attribute must be false if it has a datalist a ncestor
74 Harness: the test ran to completion. 74 Harness: the test ran to completion.
75 75
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698