| OLD | NEW |
| 1 test0 foo | 1 test0 foo |
| 2 | 2 |
| 3 test0 bar | 3 test0 bar |
| 4 | 4 |
| 5 test1 foo | 5 test1 foo |
| 6 | 6 |
| 7 test1 bar | 7 test1 bar |
| 8 | 8 |
| 9 test2 foo | 9 test2 foo |
| 10 | 10 |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('back
ground-color') is 'rgb(0, 0, 255)' | 21 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('back
ground-color') is 'rgb(0, 0, 255)' |
| 22 | 22 |
| 23 #test1 :last-of-type | 23 #test1 :last-of-type |
| 24 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('back
ground-color') is 'rgb(255, 0, 0)' | 24 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('back
ground-color') is 'rgb(255, 0, 0)' |
| 25 | 25 |
| 26 #test2 :first-of-type | 26 #test2 :first-of-type |
| 27 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('back
ground-color') is 'rgb(0, 0, 255)' | 27 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('back
ground-color') is 'rgb(0, 0, 255)' |
| 28 | 28 |
| 29 #test2 :last-of-type | 29 #test2 :last-of-type |
| 30 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('back
ground-color') is 'rgb(255, 0, 0)' | 30 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('back
ground-color') is 'rgb(255, 0, 0)' |
| 31 PASS successfullyParsed is true |
| 31 | 32 |
| 33 TEST COMPLETE |
| 34 |
| OLD | NEW |