6 testRunner
.dumpAsText();
7 testRunner
.waitUntilDone();
9 document
.body
.offsetTop
;
10 document
.getElementById("iframe").style
.height
= "100px";
13 <body onload=
"test()">
14 <iframe id=
"iframe" style=
"height: 200px;" src=
"data:text/html,
19 if (window.testRunner)
22 testRunner.notifyDone();
25 document.body.appendChild(document.createTextNode('PASS'));
29 <body onresize='resized()'></body>