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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/form-radio-node-list-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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/forms/form-radio-node-list-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/form-radio-node-list-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/form-radio-node-list-expected.txt
index b30038cea65c301fa02764f2d4170669f20fcfc6..f30537c59d3162688b69c972b177fbddf7f92eed 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/form-radio-node-list-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/form-radio-node-list-expected.txt
@@ -1,12 +1,11 @@
-CONSOLE WARNING: The <keygen> element is deprecated and will be removed in M57, around March 2017. See https://www.chromestatus.com/features/5716060992962560 for more details.
Test RadioNodeLists returned by the HTMLFormElement named-getter.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS form1.elements.length is 10
+PASS form1.elements.length is 9
Check that only 'listed elements' are included in the list, if any.
-PASS radioNodeList.length is 10
+PASS radioNodeList.length is 9
PASS radioNodeList[0] instanceof HTMLButtonElement is true
PASS radioNodeList[1] instanceof HTMLFieldSetElement is true
PASS radioNodeList[2] instanceof HTMLInputElement is true
@@ -15,14 +14,13 @@ PASS radioNodeList[3] instanceof HTMLInputElement is true
PASS radioNodeList[3].type is "text"
PASS radioNodeList[4] instanceof HTMLInputElement is true
PASS radioNodeList[4].type is "radio"
-PASS radioNodeList[5] instanceof HTMLKeygenElement is true
-PASS radioNodeList[6] instanceof HTMLOutputElement is true
-PASS radioNodeList[7] instanceof HTMLObjectElement is true
-PASS radioNodeList[8] instanceof HTMLSelectElement is true
-PASS radioNodeList[9] instanceof HTMLTextAreaElement is true
+PASS radioNodeList[5] instanceof HTMLOutputElement is true
+PASS radioNodeList[6] instanceof HTMLObjectElement is true
+PASS radioNodeList[7] instanceof HTMLSelectElement is true
+PASS radioNodeList[8] instanceof HTMLTextAreaElement is true
PASS successfullyParsed is true
TEST COMPLETE
-
+

Powered by Google App Engine
This is Rietveld 408576698