blob: 3fdee758beb272840383eaa12c2d1402f94d3768 [file] [log] [blame]
This tests that innerWidth/innerHeight on an frame window returns the size of the frame itself in CSS pixels, regardless of page scale.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS frame.contentWindow.innerWidth is non-zero.
PASS frame.contentWindow.innerHeight is non-zero.
PASS frame.contentWindow.innerWidth is originalWidth
PASS frame.contentWindow.innerHeight is originalHeight
PASS successfullyParsed is true
TEST COMPLETE