blob: 326613dd706d6dcbb5fda9b7b0fb51d113a5e8cf [file] [log] [blame]
<html>
<body>
<script>
function statusTest(status) {
var source = new EventSource("status-codes.php?status=" + status);
source.onerror = function() {
top.finish();
}
}
statusTest("404");
statusTest("410");
statusTest("503");
</script>
</body>
</html>