| <title>Test for Bug 33533: window.onload never fires if page contains an <iframe> with a bad scheme or whose load is cancelled by returning null from resource load delegate's willSendRequest</title> |
| if (window.layoutTestController) { |
| layoutTestController.dumpAsText(); |
| layoutTestController.setWillSendRequestReturnsNull(true); |
| window.onload = function() { |
| var result = document.getElementById("result"); |
| if (!window.layoutTestController) { |
| result.innerText = "This test can only be run in DumpRenderTree."; |
| result.innerText = "PASSED"; |
| <p>Test for <a href="http://webkit.org/b/33533">window.onload never fires if page contains an |
| <iframe> with a bad scheme or whose load is cancelled by returning null from resource load |
| delegate's willSendRequest</a>. If the test passes, you should see the word "PASSED" below.</p> |
| <div id=result>FAILED</div> |
| <iframe src="http://www.example.com/"></iframe> |