1 This test ensures window.innerWidth/innerHeight return the size of the visual viewport in CSS pixels.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS window.innerWidth is Math.floor(originalWidth / scale)
7 PASS window.innerHeight is Math.floor(originalHeight / scale)
8 PASS successfullyParsed is true