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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/form-collection-elements-order-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-order-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/form-collection-elements-order-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/form-collection-elements-order-expected.txt
index 4c86cedcf90ca5ce4b9e91160405d3cdeaae26eb..9cb7eaabf5051f2921ef90b7667426864f45cb5e 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/form-collection-elements-order-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/form-collection-elements-order-expected.txt
@@ -1,28 +1,27 @@
-CONSOLE WARNING: line 27: 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 examines the order of form associated elements which are classified as 'listed'.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
- Checks the order of form associated elements.
-PASS checkOrder([button, fieldset, input, keygen, object, output, select, textarea]) is "OK"
+PASS checkOrder([button, fieldset, input, object, output, select, textarea]) is "OK"
- Checks the order after some elements removed/inserted.
-PASS checkOrder([button, fieldset, input, keygen, output, select, textarea]) is "OK"
-PASS checkOrder([fieldset, input, keygen, output, select, textarea]) is "OK"
-PASS checkOrder([object, fieldset, input, keygen, output, select, textarea]) is "OK"
-PASS checkOrder([object, fieldset, input, keygen, output, select, textarea, button]) is "OK"
+PASS checkOrder([button, fieldset, input, output, select, textarea]) is "OK"
+PASS checkOrder([fieldset, input, output, select, textarea]) is "OK"
+PASS checkOrder([object, fieldset, input, output, select, textarea]) is "OK"
+PASS checkOrder([object, fieldset, input, output, select, textarea, button]) is "OK"
- Checks the order of form associated elements with form attribute.
-PASS checkOrder([button, fieldset, input, keygen, object, output, select, textarea]) is "OK"
+PASS checkOrder([button, fieldset, input, object, output, select, textarea]) is "OK"
- Checks the order after some elements removed/inserted with form attribute.
-PASS checkOrder([button, fieldset, input, keygen, output, select, textarea]) is "OK"
-PASS checkOrder([fieldset, input, keygen, output, select, textarea]) is "OK"
-PASS checkOrder([fieldset, input, keygen, output, select]) is "OK"
-PASS checkOrder([fieldset, input, keygen, object, output, select]) is "OK"
-PASS checkOrder([textarea, fieldset, input, keygen, object, output, select]) is "OK"
-PASS checkOrder([textarea, fieldset, input, keygen, object, output, select, button]) is "OK"
+PASS checkOrder([button, fieldset, input, output, select, textarea]) is "OK"
+PASS checkOrder([fieldset, input, output, select, textarea]) is "OK"
+PASS checkOrder([fieldset, input, output, select]) is "OK"
+PASS checkOrder([fieldset, input, object, output, select]) is "OK"
+PASS checkOrder([textarea, fieldset, input, object, output, select]) is "OK"
+PASS checkOrder([textarea, fieldset, input, object, output, select, button]) is "OK"
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698