5 // Increase the size of the container so the iframe becomes visible.
6 document
.getElementById("container").style
.height
= "400px";
7 document
.getElementById("container").offsetWidth
;
13 testRunner
.dumpAsText();
14 testRunner
.notifyDone();
20 testRunner
.waitUntilDone();
21 document
.getElementById("container").offsetWidth
;
25 <body onload=
"runTest()">
27 <div id =
"container" style=
"overflow: hidden; width:100px; height:100px">
28 <iframe id='subframe' src='resources/plugin-clip-subframe-iframe.html' width=
500 height=
500 style=
"margin-top:200px"></iframe>