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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/wrapper-classes-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/dom/wrapper-classes-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/wrapper-classes-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/wrapper-classes-expected.txt
index c8e99812200d735c432282f09bcbfdb9af0e4722..7ec0c4c2d527f365f63f2a6af5e189683ea4e9f1 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/wrapper-classes-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/wrapper-classes-expected.txt
@@ -1,4 +1,3 @@
-CONSOLE WARNING: line 26: 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 tests wrapper class names for JavaScript.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -394,10 +393,6 @@ PASS tagClassString('kbd') is "HTMLElement"
FAIL tagPrototypeClassString('kbd') should be HTMLElementPrototype. Was HTMLElement.
PASS tagConstructorClassString('kbd') is "Function"
PASS tagConstructorName('kbd') is "HTMLElement"
-PASS tagClassString('keygen') is "HTMLKeygenElement"
-FAIL tagPrototypeClassString('keygen') should be HTMLKeygenElementPrototype. Was HTMLKeygenElement.
-PASS tagConstructorClassString('keygen') is "Function"
-PASS tagConstructorName('keygen') is "HTMLKeygenElement"
PASS tagClassString('label') is "HTMLLabelElement"
FAIL tagPrototypeClassString('label') should be HTMLLabelElementPrototype. Was HTMLLabelElement.
PASS tagConstructorClassString('label') is "Function"

Powered by Google App Engine
This is Rietveld 408576698