1 This tests that innerWidth/innerHeight on an frame window returns the size of the frame itself in CSS pixels, regardless of page scale.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS frame.contentWindow.innerWidth is non-zero.
7 PASS frame.contentWindow.innerHeight is non-zero.
8 PASS frame.contentWindow.innerWidth is originalWidth
9 PASS frame.contentWindow.innerHeight is originalHeight
10 PASS successfullyParsed is true