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

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

Powered by Google App Engine
This is Rietveld 408576698