blob: fe77a649579fd12f23b125cc07ba631bccae1808 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<link rel="stylesheet" href="resources/js-test-style.css">
<script src="resources/js-test-pre.js"></script>
</head>
<body>
<!-- Ensure that lines in a document.write() do not count. -->
<script>
document.write("\n\n\n");
</script>
<script src="resources/script-line-number.js" onload="try { nonExistentFunctionOnLine14(); } catch (e) { assertErrorOnLine(e, 14); }"></script>
<script>
try {
nonExistentFunctionOnLine17();
} catch (e) {
assertErrorOnLine(e, 17);
}
</script>
<script src="resources/js-test-post.js"></script>
</body>
</html>