4 <meta name=
"viewport" content=
"width=800">
13 <script src=
"resources/autosizingTest.js"></script>
17 Test for crbug.com/
348458: this test passes if it does not crash.
19 // Create an iframe with no content (html, body) except for the document.
20 // Note: splitting the end script tag is requried to prevent closing the script we are in.
21 document
.body
.innerHTML
+= "<iframe src='data:text/html,<body><script>document.removeChild(document.body.parentElement)</s" + "cript>'></body></iframe>";
22 var forceLayout
= document
.getElementsByTagName('iframe')[0].offsetWidth
;
23 document
.write("PASS");
25 testRunner
.dumpAsText();