OLD | NEW |
1 Tests the :unresolved pseudoclass. | 1 Tests the :unresolved pseudoclass. |
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 document.querySelector("x-x:unresolved") is a | 6 PASS document.querySelector("x-x:unresolved") is a |
7 PASS window.getComputedStyle(a).color is "rgb(0, 0, 222)" | 7 PASS window.getComputedStyle(a).color is "rgb(0, 0, 222)" |
8 PASS window.getComputedStyle(b).color is "rgb(0, 0, 222)" | 8 PASS window.getComputedStyle(b).color is "rgb(0, 0, 222)" |
9 PASS window.getComputedStyle(b).borderColor is "rgb(0, 0, 111)" | 9 PASS window.getComputedStyle(b).borderColor is "rgb(0, 0, 111)" |
10 PASS window.getComputedStyle(c).color is "rgb(0, 222, 0)" | 10 PASS window.getComputedStyle(c).color is "rgb(0, 222, 0)" |
| 11 PASS window.getComputedStyle(a).color is "rgb(0, 222, 0)" |
11 PASS window.getComputedStyle(d).color is "rgb(0, 111, 0)" | 12 PASS window.getComputedStyle(d).color is "rgb(0, 111, 0)" |
| 13 PASS window.getComputedStyle(b).color is "rgb(0, 111, 0)" |
12 PASS successfullyParsed is true | 14 PASS successfullyParsed is true |
13 | 15 |
14 TEST COMPLETE | 16 TEST COMPLETE |
15 | 17 |
OLD | NEW |