1 This test performs a check for the :valid CSS selector on various input elements and other elements where it shouldn't be applied.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS getBackgroundColor('input-text-readonly') is normalColor
7 PASS getBackgroundColor('input-text-disabled') is normalColor
8 PASS getBackgroundColor('input-button') is normalColor
9 PASS getBackgroundColor('input-reset') is normalColor
10 PASS getBackgroundColor('input-hidden') is normalColor
11 PASS getBackgroundColor('input-image') is normalColor
12 PASS getBackgroundColor('object') is normalColor
13 PASS getBackgroundColor('button-button') is normalColor
14 PASS getBackgroundColor('button-reset') is normalColor
15 PASS getBackgroundColor('progress') is normalColor
16 PASS getBackgroundColor('meter') is normalColor
17 PASS getBackgroundColor('option') is normalColor
18 PASS successfullyParsed is true