blob: 75e66eb1d2a033fdacfd2391b0ab86c655a80de9 [file] [log] [blame] [edit]
<html><!-- webkit-test-runner [ AlwaysAllowLocalWebarchive=true ] -->
<script>
if (window.testRunner) {
testRunner.dumpFrameLoadCallbacks();
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>