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/reportValidity-valid-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/reportValidity-valid-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/reportValidity-valid-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/reportValidity-valid-expected.txt
index f18e0d878143b3ec42f1d7b2c598762ddaa1c117..13c4566d2a44913967713ff782177f07a9470c13 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/reportValidity-valid-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/reportValidity-valid-expected.txt
@@ -1,10 +1,9 @@
-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.
This test checks if reportValidity() returns correctly a true (meaning no error) result.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
- lorem ipsum
+ lorem ipsum
Elements valid from the begining
PASS document.getElementsByTagName("fieldset")[0].reportValidity() is true
@@ -14,7 +13,6 @@ PASS document.getElementsByTagName("select")[0].reportValidity() is true
PASS document.getElementsByTagName("textarea")[0].reportValidity() is true
PASS document.getElementsByTagName("output")[0].reportValidity() is true
PASS document.getElementsByTagName("object")[0].reportValidity() is true
-PASS document.getElementsByTagName("keygen")[0].reportValidity() is true
PASS document.getElementById("happy_form")[0].reportValidity() is true
Element valid when changed

Powered by Google App Engine
This is Rietveld 408576698