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

Side by Side Diff: LayoutTests/fast/forms/label/labels-multiple-sibling-labels-expected.txt

Issue 14096013: Implement select element list box with shadow DOM. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@shadowselect
Patch Set: Created 7 years, 8 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 Test that the labels list of a form control contains multiple sibling labels. 1 Test that the labels list of a form control contains multiple sibling labels.
2 2
3 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 ".
4 4
5 5
6 Check button 6 Check button
7 PASS element.labels.length is 2 7 PASS element.labels.length is 2
8 Check input 8 Check input
9 PASS element.labels.length is 2 9 PASS element.labels.length is 2
10 Check keygen 10 Check keygen
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 Check timeType 60 Check timeType
61 PASS element.labels.length is 2 61 PASS element.labels.length is 2
62 Check urlType 62 Check urlType
63 PASS element.labels.length is 2 63 PASS element.labels.length is 2
64 Check weekType 64 Check weekType
65 PASS element.labels.length is 2 65 PASS element.labels.length is 2
66 PASS successfullyParsed is true 66 PASS successfullyParsed is true
67 67
68 TEST COMPLETE 68 TEST COMPLETE
69 69
70
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698