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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/label/labels-parent-and-sibling-labels-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 28: 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 Test that the labels list of a form control contains both parent label and sibli ng label. 1 Test that the labels list of a form control contains both parent label and sibli ng label.
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 Check button 6 Check button
8 PASS element.labels.length is 2 7 PASS element.labels.length is 2
9 Check input 8 Check input
10 PASS element.labels.length is 2 9 PASS element.labels.length is 2
11 Check keygen
12 PASS element.labels.length is 2
13 Check meter 10 Check meter
14 PASS element.labels.length is 2 11 PASS element.labels.length is 2
15 Check output 12 Check output
16 PASS element.labels.length is 2 13 PASS element.labels.length is 2
17 Check progress 14 Check progress
18 PASS element.labels.length is 2 15 PASS element.labels.length is 2
19 Check select 16 Check select
20 PASS element.labels.length is 2 17 PASS element.labels.length is 2
21 Check textarea 18 Check textarea
22 PASS element.labels.length is 2 19 PASS element.labels.length is 2
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 Check timeType 58 Check timeType
62 PASS element.labels.length is 2 59 PASS element.labels.length is 2
63 Check urlType 60 Check urlType
64 PASS element.labels.length is 2 61 PASS element.labels.length is 2
65 Check weekType 62 Check weekType
66 PASS element.labels.length is 2 63 PASS element.labels.length is 2
67 PASS successfullyParsed is true 64 PASS successfullyParsed is true
68 65
69 TEST COMPLETE 66 TEST COMPLETE
70 67
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698