| <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
| <html> |
| <head> |
| <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 { nonExistentFunctionOnLine13(); } catch (e) { assertErrorOnLine(e, 13); }"></script> |
| <script> |
| try { |
| nonExistentFunctionOnLine16(); |
| } catch (e) { |
| assertErrorOnLine(e, 16); |
| } |
| </script> |
| <script src="../../resources/js-test-post.js"></script> |
| </body> |
| </html> |