Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / onload-webkit-before-webcore.html
blobee621c0e125f0e65d254e8b86ef01c6cb23a41d7
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>
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
10 The body load event should be dispatched before the
11 WebFrame load delegate is sent the webView:didFinishLoadForFrame: message.
12 -->
13 </BODY>