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

Side by Side 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 3 years, 12 months 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 unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: line 27: The <keygen> element is deprecated and will be removed in M57, around March 2017. See https://www.chromestatus.com/features/5716060992 962560 for more details.
2 This test examines the order of form associated elements which are classified as 'listed'. 1 This test examines the order of form associated elements which are classified as 'listed'.
3 2
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 4
6 5
7 - Checks the order of form associated elements. 6 - Checks the order of form associated elements.
8 PASS checkOrder([button, fieldset, input, keygen, object, output, select, textar ea]) is "OK" 7 PASS checkOrder([button, fieldset, input, object, output, select, textarea]) is "OK"
9 8
10 - Checks the order after some elements removed/inserted. 9 - Checks the order after some elements removed/inserted.
11 PASS checkOrder([button, fieldset, input, keygen, output, select, textarea]) is "OK" 10 PASS checkOrder([button, fieldset, input, output, select, textarea]) is "OK"
12 PASS checkOrder([fieldset, input, keygen, output, select, textarea]) is "OK" 11 PASS checkOrder([fieldset, input, output, select, textarea]) is "OK"
13 PASS checkOrder([object, fieldset, input, keygen, output, select, textarea]) is "OK" 12 PASS checkOrder([object, fieldset, input, output, select, textarea]) is "OK"
14 PASS checkOrder([object, fieldset, input, keygen, output, select, textarea, butt on]) is "OK" 13 PASS checkOrder([object, fieldset, input, output, select, textarea, button]) is "OK"
15 14
16 - Checks the order of form associated elements with form attribute. 15 - Checks the order of form associated elements with form attribute.
17 PASS checkOrder([button, fieldset, input, keygen, object, output, select, textar ea]) is "OK" 16 PASS checkOrder([button, fieldset, input, object, output, select, textarea]) is "OK"
18 17
19 - Checks the order after some elements removed/inserted with form attribute. 18 - Checks the order after some elements removed/inserted with form attribute.
20 PASS checkOrder([button, fieldset, input, keygen, output, select, textarea]) is "OK" 19 PASS checkOrder([button, fieldset, input, output, select, textarea]) is "OK"
21 PASS checkOrder([fieldset, input, keygen, output, select, textarea]) is "OK" 20 PASS checkOrder([fieldset, input, output, select, textarea]) is "OK"
22 PASS checkOrder([fieldset, input, keygen, output, select]) is "OK" 21 PASS checkOrder([fieldset, input, output, select]) is "OK"
23 PASS checkOrder([fieldset, input, keygen, object, output, select]) is "OK" 22 PASS checkOrder([fieldset, input, object, output, select]) is "OK"
24 PASS checkOrder([textarea, fieldset, input, keygen, object, output, select]) is "OK" 23 PASS checkOrder([textarea, fieldset, input, object, output, select]) is "OK"
25 PASS checkOrder([textarea, fieldset, input, keygen, object, output, select, butt on]) is "OK" 24 PASS checkOrder([textarea, fieldset, input, object, output, select, button]) is "OK"
26 PASS successfullyParsed is true 25 PASS successfullyParsed is true
27 26
28 TEST COMPLETE 27 TEST COMPLETE
29 Test 28 Test
30 29
31 30
32 31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698