Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / iframe-inner-size-scaling-expected.txt
blob426b59ad16cfb071ea97d4dfa0a491129b5e30b9
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
12 TEST COMPLETE