blob: 1e4cbb4712587c7de0fd930d300343b4a541ad86 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
window.isOnErrorTest = true;
</script>
<script src="../js/resources/js-test-pre.js"></script>
<script src="resources/onerror-test.js"></script>
</head>
<body>
<script>
dumpOnErrorArgumentValuesAndReturn(true);
</script>
<script>
a) // This syntax error is intentional.
</script>
<script src="../js/resources/js-test-post.js"></script>
</body>
</html>