7 var target
= document
.getElementById("target");
8 target
.innerHTML
= "text";
13 if (window
.testRunner
) {
14 testRunner
.dumpAsText();
15 testRunner
.waitUntilDone();
18 document
.body
.offsetTop
;
19 location
.href
= "data:text/html,<head><scr" + "ipt>function loaded() { if (window.testRunner) testRunner.notifyDone(); }</scr" + "ipt></head><body onload='loaded()'>Test for rdar://problem/7194735 PASSED.</body>";
23 <body onload=
"loaded()">
25 Test for
<i><a href=
"rdar://problem/7194735">rdar://problem/
7194735</a> Crashes at LayoutText::LayoutText()
</i>.
28 This test should not crash or cause an assertion failure.
30 <embed type=
"application/x-webkit-test-netscape" ondestroy=
"destroyed()">
31 <div id=
"target"></div>