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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/form-attribute-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-attribute-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/form-attribute-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/form-attribute-expected.txt
index ad823f8c2ff9ef4ccefa5d1a0dd1744aeaa2f078..24974af10816f19618bab9c0bcb29a96a2b8d00b 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/form-attribute-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/form-attribute-expected.txt
@@ -1,4 +1,3 @@
-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 checks the form attribute of the form-associated elements.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -8,7 +7,6 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS document.getElementsByTagName("button")[0].form is owner
PASS document.getElementsByTagName("fieldset")[0].form is owner
PASS document.getElementsByTagName("input")[0].form is owner
-PASS document.getElementsByTagName("keygen")[0].form is owner
PASS document.getElementsByTagName("label")[0].form is null
PASS document.getElementsByTagName("object")[0].form is owner
PASS document.getElementsByTagName("output")[0].form is owner

Powered by Google App Engine
This is Rietveld 408576698