| testRunner.waitUntilDone(); |
| // This was the only way that I was able to wait long enough |
| // for the test to crash while still running under DumpRenderTree(DRT). |
| window.setTimeout( "bodyLoaded();", 300); |
| var span = document.createElement("span"); |
| document.getElementById("console").appendChild(span); |
| span.innerHTML = msg + '<br />'; |
| <div style="display:none"> |
| <iframe name="testiframe" id="testiframe" |
| src="resources/iframe-content-with-swf-plugin.html"> |
| https://bugs.webkit.org/show_bug.cgi?id=56393<br/> |
| Bug 56393 - Crash on www.crave.cnet.com in FrameView::windowClipRect()<br/> |
| It contains an iframe element with display:none that loads an HTML page |
| with an object element of a .swf file. Object must be in a separate page |
| (data: scheme won't show problem).<br/> |
| If this test does not assert or crash and the line below reads "PASSED", it passes. |