blob: 139c2c13725c55af9d057f849283f8655dd0945d [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 successfully handle the error.");
DumpErrorEventAndPreventDefault();
throwException();
</script>
</body>
</html>