blob: b48e6a6794d484a698d0d46261a97550cc5826b7 [file] [log] [blame]
This test only works in when run in dumprendertree as it relies on having auto-resize enabled its window.
When it succeeds, there should be a series of PASS messages followed by a DONE message.
PASS: document.body.clientWidth equaled window.innerWidth
PASS: document.body.clientHeight equaled window.innerHeight
PASS: document.scrollingElement.scrollWidth equaled window.innerWidth
PASS: document.scrollingElement.scrollHeight equaled window.innerHeight
PASS: window.innerWidth equaled window.outerWidth
PASS: window.innerHeight equaled window.outerHeight
DONE