blob: c26dd6330efdf6e9f9b0d6a9a0acffdeb9b55fb4 [file] [log] [blame] [edit]
<script><!-- webkit-test-runner [ AlwaysAllowLocalWebarchive=true ] -->
if (window.testRunner) {
testRunner.waitUntilDone();
testRunner.dumpAsText();
}
if (window.internals)
internals.setAlwaysAllowLocalWebarchive(true);
onload = function() {
frame = document.createElement("iframe");
frame.src = "resources/missing-data.webarchive";
frame.onload = function() {
if (window.testRunner)
testRunner.notifyDone();
}
document.body.appendChild(frame);
}
</script>