4 testRunner
.dumpAsText();
6 <div id=
"parent" style=
"width: 200px; height: 200px;">
7 <iframe id=
"iframe" seamless
src=
"about:blank"></iframe>
10 window
.onload = function () {
11 window
.iframe
= document
.getElementById("iframe");
13 window
.iframe
.contentDocument
.write("<!DOCTYPE html><html style='width: 100px; height: 100px; background-color: green'></html>");
14 window
.iframe
.contentDocument
.close();