OLD | NEW |
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 |
OLD | NEW |