blob: 889552bdf68202f44d927755a2032a796944c0f4 [file] [log] [blame]
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
function test() {
document.write("Should say SUCCESS:<p>SUCCESS");
setTimeout("testRunner.notifyDone()", 1);
}
</script>
</head>
<body onload="test()">
</body>