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

Side by Side Diff: LayoutTests/fast/css/pseudo-valid-unapplied-expected.txt

Issue 646273004: Implement :valid and :invalid pseudoclass for <fieldset> (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Pull Created 6 years, 2 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 This test performs a check for the :valid CSS selector on various input elements and other elements where it shouldn't be applied. 1 This test performs a check for the :valid CSS selector on various input elements and other elements where it shouldn't be applied.
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 PASS getBackgroundColor('input-text-readonly') is normalColor 6 PASS getBackgroundColor('input-text-readonly') is normalColor
7 PASS getBackgroundColor('input-text-disabled') is normalColor 7 PASS getBackgroundColor('input-text-disabled') is normalColor
8 PASS getBackgroundColor('input-button') is normalColor 8 PASS getBackgroundColor('input-button') is normalColor
9 PASS getBackgroundColor('input-reset') is normalColor 9 PASS getBackgroundColor('input-reset') is normalColor
10 PASS getBackgroundColor('input-hidden') is normalColor 10 PASS getBackgroundColor('input-hidden') is normalColor
11 PASS getBackgroundColor('input-image') is normalColor 11 PASS getBackgroundColor('input-image') is normalColor
12 PASS getBackgroundColor('fieldset') is normalColor
13 PASS getBackgroundColor('object') is normalColor 12 PASS getBackgroundColor('object') is normalColor
14 PASS getBackgroundColor('button-button') is normalColor 13 PASS getBackgroundColor('button-button') is normalColor
15 PASS getBackgroundColor('button-reset') is normalColor 14 PASS getBackgroundColor('button-reset') is normalColor
16 PASS getBackgroundColor('progress') is normalColor 15 PASS getBackgroundColor('progress') is normalColor
17 PASS getBackgroundColor('meter') is normalColor 16 PASS getBackgroundColor('meter') is normalColor
18 PASS getBackgroundColor('option') is normalColor 17 PASS getBackgroundColor('option') is normalColor
19 PASS successfullyParsed is true 18 PASS successfullyParsed is true
20 19
21 TEST COMPLETE 20 TEST COMPLETE
22 21
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/pseudo-valid-unapplied.html ('k') | LayoutTests/fast/forms/fieldset-pseudo-valid-style.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698