blob: e15c5225485db78511a7516eca31d57ff92da8c1 [file] [edit]
<!-- webkit-test-runner [ dumpResourceLoadCallbacks=true ] -->
<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>