3 if (window.layoutTestController)
4 layoutTestController.dumpAsText();
8 var f = document.getElementById("frame");
9 f.contentDocument.open();
10 f.contentDocument.close();
14 <body onload="test()">
16 Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=16097">http://bugs.webkit.org/show_bug.cgi?id=16097</a>
17 Safari crashes during load of LexisNexis search results</i>.
20 Testing that destroying the image element in a standalone image
21 document does not lead to a crash.
23 <iframe src="resources/apple.gif" id="frame"></iframe>