blob: 9db74976c1cca63eabe662534fe7a2c39fc08f53 [file] [log] [blame]
<html>
<body>
<script>
function statusTest() {
var source = new EventSource("does_not_exist");
source.onerror = function() {
top.finish();
}
}
statusTest();
</script>
</body>
</html>