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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/form-collection-elements-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-collection-elements-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/form-collection-elements-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/form-collection-elements-expected.txt
index 7b9b29f6b42cefb21f9c15d88377b0f996c5939a..32c2e715b1af11ae2bf9e9427f529911a9166e6b 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/form-collection-elements-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/form-collection-elements-expected.txt
@@ -1,11 +1,10 @@
-CONSOLE WARNING: line 16: The <keygen> element is deprecated and will be removed in M57, around March 2017. See https://www.chromestatus.com/features/5716060992962560 for more details.
This test lists all the elements of a form per http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#category-listed.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
This test does not add object element as a listed element. Separate test will cover that.
-PASS owner.elements.length is 23
+PASS owner.elements.length is 22
PASS owner.elements[0].id is 'button1'
PASS owner.elements[1].id is 'fieldset1'
PASS owner.elements[2].id is 'inputhidden'
@@ -24,11 +23,10 @@ PASS owner.elements[14].id is 'inputfile'
PASS owner.elements[15].id is 'inputsubmit'
PASS owner.elements[16].id is 'inputreset'
PASS owner.elements[17].id is 'inputbutton'
-PASS owner.elements[18].id is 'keygen1'
-PASS owner.elements[19].id is 'object1'
-PASS owner.elements[20].id is 'output1'
-PASS owner.elements[21].id is 'select1'
-PASS owner.elements[22].id is 'textarea1'
+PASS owner.elements[18].id is 'object1'
+PASS owner.elements[19].id is 'output1'
+PASS owner.elements[20].id is 'select1'
+PASS owner.elements[21].id is 'textarea1'
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698