blob: 96a9b48851ed27a7b1ba62bb94243fd2d63c0e94 [file] [log] [blame] [edit]
<html><!-- webkit-test-runner [ AlwaysAllowLocalWebarchive=true ] -->
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
if (window.internals)
internals.setAlwaysAllowLocalWebarchive(false);
function frameLoaded() {
if (window.testRunner)
testRunner.notifyDone();
}
setTimeout(frameLoaded, 10);
</script>
<body>
<iframe onload="frameLoaded();" src="resources/helloworld.webarchive"></iframe>
This test assumes the webarchive is not loaded.
</body>
</html>