blob: 968d9938d7408d67f5e7addb871f4644d3a5fe02 [file] [log] [blame]
<html>
<body>
<div>Test that onerror fires for a script with HTTP status 500.</div>
<div id=result>Testing...</div>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<script onerror="document.getElementById('result').innerHTML = 'PASS';" src="resources/script-500.py" type="text/javascript"></script>
</body>
</html>