[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / LayoutTests / fast / events / onload-webkit-before-webcore.html
1 <script>layoutTestController.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>
5     <!--
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
9         
10         The body load event should be dispatched before the
11         WebFrame load delegate is sent the webView:didFinishLoadForFrame: message.
12     -->
13 </BODY>