blob: 2f1228f4784a569b7f773d1d57fd6e5ccbff66bb [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>
<p id="description"></p>
<div id="console"></div>
<!-- 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 { nonExistentFunctionOnLine16(); } catch (e) { assertErrorOnLine(e, 16); }"></script>
<script>
try {
nonExistentFunctionOnLine19();
} catch (e) {
assertErrorOnLine(e, 19);
}
</script>
<script src="resources/js-test-post.js"></script>
</body>
</html>