| OLD | NEW |
| 1 PASS getComputedStyle(testElement).backgroundColor is 'rgb(255, 0, 0)' | 1 PASS getComputedStyle(testElement).backgroundColor is 'rgb(255, 0, 0)' |
| 2 PASS testElement.offsetWidth is 0 | 2 PASS testElement.offsetWidth is 0 |
| 3 PASS getComputedStyle(testElement).backgroundColor is 'rgb(255, 0, 0)' | 3 PASS getComputedStyle(testElement).backgroundColor is 'rgb(255, 0, 0)' |
| 4 PASS testElement.offsetWidth is 0 | 4 PASS testElement.offsetWidth is 0 |
| 5 PASS getComputedStyle(testElement).backgroundColor is 'rgb(0, 128, 0)' | 5 PASS getComputedStyle(testElement).backgroundColor is 'rgb(0, 128, 0)' |
| 6 PASS testElement.offsetWidth is 100 | 6 PASS testElement.offsetWidth is 100 |
| 7 This test requires testRunner and window.internals. | 7 This test requires testRunner and window.internals. |
| 8 | 8 |
| 9 | 9 |
| OLD | NEW |