2 <p>Should not crash or cause an assertion failure.
</p>
3 <p>A JavaScript failure on the console is expected, however, as the global object is cleared when closing a frame.
4 It actually helps to cause database activity by throwing an exception from a callback.
</p>
6 if (window
.testRunner
) {
7 testRunner
.waitUntilDone();
8 testRunner
.dumpAsText();
13 setTimeout("document.getElementsByTagName('iframe')[0].src = 'about:blank'", 100);
14 if (window
.testRunner
)
15 setTimeout("testRunner.notifyDone()", 500);
18 <iframe src=
"resources/stress-frame.html" onload=
"startTest()"></iframe>