1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
4 <link rel="stylesheet" href="resources/js-test-style.css">
5 <script src="resources/js-test-pre.js"></script>
8 <p id="description"></p>
9 <div id="console"></div>
11 <!-- Ensure that lines in a document.write() do not count. -->
13 document.write("\n\n\n");
16 <script src="resources/script-line-number.js" onload="try { nonExistentFunctionOnLine16(); } catch (e) { assertErrorOnLine(e, 16); }"></script>
19 nonExistentFunctionOnLine19();
21 assertErrorOnLine(e, 19);
24 <script src="resources/js-test-post.js"></script>