blob: ee621c0e125f0e65d254e8b86ef01c6cb23a41d7 [file] [log] [blame]
<script>testRunner.dumpAsText()</script>
<BODY onload="alert('This should be the first line.')">
This should be the second line. The first line should be an ALERT.
<iframe src="resources/aFileThatDoesNotExist"></iframe>
<!--
This tests for a regression against
https://bugs.webkit.org/show_bug.cgi?id=7693
WebKit relies on unpredictable timing for onload events
The body load event should be dispatched before the
WebFrame load delegate is sent the webView:didFinishLoadForFrame: message.
-->
</BODY>