blob: 8fc68b8167934301bc44a8f96c915662db45bae2 [file] [log] [blame]
<html>
<script>
if (window.testRunner) {
testRunner.waitUntilDone();
}
</script>
<body>
This tests for the successful use of window.stop()<br>
<iframe src="http://127.0.0.1:8000/incremental/slow-utf8-text.pl"></iframe><br>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
setTimeout("testRunner.notifyDone()", 0);
}
window.stop();
</script>
TEST FAILED: If window.stop() works, you shouldn't be able to see this and the above iframe should not have loaded.
</body>
</html>