OLD | NEW |
1 This page tests :-webkit-any. This window needs to be focused for the :focus tes
ts to pass. | 1 This page tests :-webkit-any. This window needs to be focused for the :focus tes
ts to pass. |
2 h1 | 2 h1 |
3 | 3 |
4 h1 | 4 h1 |
5 | 5 |
6 div | 6 div |
7 foo | 7 foo |
8 b i | 8 b i |
9 p | 9 p |
10 | 10 |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('back
ground-color') is 'rgb(0, 0, 255)' | 87 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('back
ground-color') is 'rgb(0, 0, 255)' |
88 | 88 |
89 q>span | 89 q>span |
90 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('back
ground-color') is 'rgb(0, 0, 255)' | 90 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('back
ground-color') is 'rgb(0, 0, 255)' |
91 | 91 |
92 #test-last-child :first-child | 92 #test-last-child :first-child |
93 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('back
ground-color') is 'rgb(0, 0, 255)' | 93 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('back
ground-color') is 'rgb(0, 0, 255)' |
94 | 94 |
95 #test-last-child :last-child | 95 #test-last-child :last-child |
96 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('back
ground-color') is 'rgb(0, 128, 0)' | 96 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('back
ground-color') is 'rgb(0, 128, 0)' |
| 97 PASS successfullyParsed is true |
97 | 98 |
| 99 TEST COMPLETE |
| 100 |
OLD | NEW |