| <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> |