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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/label/labels-add-parent-label-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 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 is dynamically updated when adding a label as parent for that form control. 1 Test that the labels list of a form control is dynamically updated when adding a label as parent for that form control.
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 0 7 PASS element.labels.length is 0
9 PASS element.labels.length is 1 8 PASS element.labels.length is 1
10 Check input 9 Check input
11 PASS element.labels.length is 0 10 PASS element.labels.length is 0
12 PASS element.labels.length is 1 11 PASS element.labels.length is 1
13 Check keygen
14 PASS element.labels.length is 0
15 PASS element.labels.length is 1
16 Check meter 12 Check meter
17 PASS element.labels.length is 0 13 PASS element.labels.length is 0
18 PASS element.labels.length is 1 14 PASS element.labels.length is 1
19 Check output 15 Check output
20 PASS element.labels.length is 0 16 PASS element.labels.length is 0
21 PASS element.labels.length is 1 17 PASS element.labels.length is 1
22 Check progress 18 Check progress
23 PASS element.labels.length is 0 19 PASS element.labels.length is 0
24 PASS element.labels.length is 1 20 PASS element.labels.length is 1
25 Check select 21 Check select
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 PASS element.labels.length is 0 88 PASS element.labels.length is 0
93 PASS element.labels.length is 1 89 PASS element.labels.length is 1
94 Check weekType 90 Check weekType
95 PASS element.labels.length is 0 91 PASS element.labels.length is 0
96 PASS element.labels.length is 1 92 PASS element.labels.length is 1
97 PASS successfullyParsed is true 93 PASS successfullyParsed is true
98 94
99 TEST COMPLETE 95 TEST COMPLETE
100 96
101 97
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698