| <html> |
| <script> |
| if (window.layoutTestController) { |
| layoutTestController.dumpResourceLoadCallbacks(); |
| layoutTestController.dumpAsText(); |
| layoutTestController.waitUntilDone(); |
| } |
| |
| function frameLoaded() { |
| if (window.layoutTestController) |
| layoutTestController.notifyDone(); |
| } |
| </script> |
| <body> |
| <iframe onload="frameLoaded();" src="resources/helloworld.webarchive"></iframe> |
| This tests that doing a "normal load" of a webarchive (not using loadArchive) does not cause a cancelled error to be called. |
| </body> |
| </html> |