blob: 08db4c6f2a44e130a2d219380bb929a5365606e8 [file] [log] [blame]
<html>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
onload = function() {
frame = document.createElement("iframe");
frame.src = "resources/mainresource-null-mimetype.webarchive";
frame.onload = function() {
if (window.testRunner)
testRunner.notifyDone();
}
document.body.appendChild(frame);
}
</script>
</html>