3 testRunner
.useUnfortunateSynchronousResizeMode();
6 This window should not have scroll bars. If it has scroll bars, try to use them.
8 var width
= innerWidth
;
9 var height
= innerHeight
;
11 document
.documentElement
.style
.height
= height
- 32 + "px";
12 document
.documentElement
.style
.width
= width
- 32 + "px";
13 document
.body
.offsetTop
;
15 resizeTo(outerWidth
- 24, outerHeight
- 24);