blob: 152c43dc192d373321e3052e01dbe8740cac7130 [file] [log] [blame]
<html>
<script>
function test() {
if (window.testRunner) {
testRunner.waitUntilDone();
testRunner.dumpAsText();
}
document.open();
var newDoc = "SUCCESS<script>if (window.testRunner) testRunner.notifyDone();</scr" + "ipt>";
setTimeout("window.location='data:text/html," + newDoc + "'", 500);
}
</script>
<body onload="test()">
</body>
</html>