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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/validity-property-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/validity-property-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/validity-property-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/validity-property-expected.txt
index ba12433d91cdf59836b02a8427f8cdd08bc5b55c..3703bef84d0febfeae452bc2e1041ec141ee14ea 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/validity-property-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/validity-property-expected.txt
@@ -1,4 +1,3 @@
-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.
Each form control in this document exposes a validity attribute that returns a live instance of ValidityState.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -39,13 +38,8 @@ PASS "validity" in controls[i] is true
PASS validity1 = controls[i].validity; validity1 instanceof ValidityState is true
PASS validity2 = controls[i].validity; validity1 === validity2 is true
PASS countAttr(controls[i].validity) is 11
-===> Tests for KEYGEN
-PASS "validity" in controls[i] is true
-PASS validity1 = controls[i].validity; validity1 instanceof ValidityState is true
-PASS validity2 = controls[i].validity; validity1 === validity2 is true
-PASS countAttr(controls[i].validity) is 11
PASS new ValidityState() threw exception TypeError: Illegal constructor.
PASS successfullyParsed is true
TEST COMPLETE
-
+

Powered by Google App Engine
This is Rietveld 408576698