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

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

Issue 1746293002: Adding Deprecation Message for <keygen> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2623
Patch Set: Undoing change. Created 4 years, 9 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: The <keygen> element is deprecated and will be removed in M54, around October 2016. See https://www.chromestatus.com/features/5716060992962560 for more details.
1 This is a testharness.js-based test. 2 This is a testharness.js-based test.
2 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
3 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
4 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
5 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
6 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
7 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
8 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
9 PASS [object] Must be barred from the constraint validation 10 PASS [object] Must be barred from the constraint validation
10 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
65 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
66 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
67 PASS [select] Must be barred from the constraint validation 68 PASS [select] Must be barred from the constraint validation
68 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
69 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
70 PASS [textarea] Must be barred from the constraint validation 71 PASS [textarea] Must be barred from the constraint validation
71 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
72 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
73 Harness: the test ran to completion. 74 Harness: the test ran to completion.
74 75
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698