Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/forms/select-live-pseudo-selectors-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.
Jump to:
View unified diff |
OLDNEW
1 This test performs a check that :valid/:invalid CSS psudo selectors are lively a pplied. 1 This test performs a check that :valid/:invalid CSS psudo selectors are lively a pplied.
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 the initial state: 6 Check the initial state:
7 PASS backgroundOf(el) is invalidColor 7 PASS backgroundOf(el) is invalidColor
8 Change name: 8 Change name:
9 PASS backgroundOf(el) is invalidColor 9 PASS backgroundOf(el) is invalidColor
10 PASS backgroundOf(el) is invalidColor 10 PASS backgroundOf(el) is invalidColor
(...skipping 35 matching lines...)
46 PASS backgroundOf(el) is validColor 46 PASS backgroundOf(el) is validColor
47 PASS backgroundOf(el) is invalidColor 47 PASS backgroundOf(el) is invalidColor
48 Change required: 48 Change required:
49 PASS backgroundOf(el) is validColor 49 PASS backgroundOf(el) is validColor
50 PASS backgroundOf(el) is invalidColor 50 PASS backgroundOf(el) is invalidColor
51 PASS successfullyParsed is true 51 PASS successfullyParsed is true
52 52
53 TEST COMPLETE 53 TEST COMPLETE
54 54
55 55
56
57
OLDNEW

Powered by Google App Engine