blob: cc827be5de1b17b683d233e50ada2777880ac4f6 [file] [log] [blame]
<script>
if (window.testRunner) {
testRunner.waitUntilDone();
testRunner.dumpAsText();
}
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>