| OLD | NEW |
| 1 This test only works in when run in dumprendertree as it relies on having auto-r
esize enabled its window. | 1 This test only works in when run in dumprendertree as it relies on having auto-r
esize enabled its window. |
| 2 | 2 |
| 3 When it succeeds, there should be a series of PASS messages followed by a DONE m
essage. | 3 When it succeeds, there should be a series of PASS messages followed by a DONE m
essage. |
| 4 | 4 |
| 5 PASS: document.body.clientWidth equaled window.innerWidth | 5 PASS: document.body.clientWidth equaled window.innerWidth |
| 6 PASS: document.body.clientHeight equaled window.innerHeight | 6 PASS: document.body.clientHeight equaled window.innerHeight |
| 7 PASS: document.body.scrollWidth equaled window.innerWidth | 7 PASS: document.scrollingElement.scrollWidth equaled window.innerWidth |
| 8 PASS: document.body.scrollHeight equaled window.innerHeight | 8 PASS: document.scrollingElement.scrollHeight equaled window.innerHeight |
| 9 PASS: window.innerWidth equaled window.outerWidth | 9 PASS: window.innerWidth equaled window.outerWidth |
| 10 PASS: window.innerHeight equaled window.outerHeight | 10 PASS: window.innerHeight equaled window.outerHeight |
| 11 DONE | 11 DONE |
| 12 | 12 |
| OLD | NEW |