blob: 897ff132bd0dbfae31cb49bc1e7dcf1c38f62a3b [file] [log] [blame]
<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>