blob: bab27153b42fffbdd7084b2697014b08def47a20 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
window.isOnErrorTest = true;
</script>
<script src="../../resources/js-test.js"></script>
<script src="resources/onerror-test.js"></script>
</head>
<body>
<script>
description("This test should trigger 'window.onerror', and leave the error unhandled.");
DumpErrorEventAndAllowDefault();
throwException();
</script>
</body>
</html>