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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/select/select-live-pseudo-selectors-expected.txt

Issue 1509853008: Move select/option/optgroup-related tests in fast/forms to fast/forms/select. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 PASS backgroundOf(el) is validColor 44 PASS backgroundOf(el) is validColor
45 PASS backgroundOf(el) is invalidColor 45 PASS backgroundOf(el) is invalidColor
46 Change required: 46 Change required:
47 PASS backgroundOf(el) is validColor 47 PASS backgroundOf(el) is validColor
48 PASS backgroundOf(el) is invalidColor 48 PASS backgroundOf(el) is invalidColor
49 PASS successfullyParsed is true 49 PASS successfullyParsed is true
50 50
51 TEST COMPLETE 51 TEST COMPLETE
52 52
53 53
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698