1 <script>testRunner
.dumpAsText()</script>
2 <BODY onload=
"alert('This should be the first line.')">
3 This should be the second line. The first line should be an ALERT.
4 <iframe src=
"resources/aFileThatDoesNotExist"></iframe>
6 This tests for a regression against
7 https://bugs.webkit.org/show_bug.cgi?id=7693
8 WebKit relies on unpredictable timing for onload events
10 The body load event should be dispatched before the
11 WebFrame load delegate is sent the webView:didFinishLoadForFrame: message.