This page contains test cases for the implementation property and
its methods. Most tests are pretty basic: does the browser give an error or not?
alert(window.innerWidth)
alert(window.innerHeight)
alert(window.outerWidth)
alert(window.outerHeight)
Scroll a bit before doing this test.
alert(window.pageXOffset)
alert(window.pageYOffset)
Paragraph to allow scrolling.
Paragraph to allow scrolling.
Paragraph to allow scrolling.
Paragraph to allow scrolling.
Paragraph to allow scrolling.
Paragraph to allow scrolling.
Paragraph to allow scrolling.
Paragraph to allow scrolling.
alert(window.screenX)
alert(window.screenY)