<html>
<body>
<script>
function statusTest() {
var source = new EventSource("does_not_exist");
source.onerror = function() {
top.finish();
}
}
statusTest();
</script>
</body>
</html>
<html>
<body>
<script>
function statusTest() {
var source = new EventSource("does_not_exist");
source.onerror = function() {
top.finish();
}
}
statusTest();
</script>
</body>
</html>