blob: b58c6da8f4a9fd8fd15594f7f8da21866ee8c289 [file] [log] [blame]
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
</script>
<script src="resources/parse-error-external-script-in-new-Function.js"></script>
<script>
if (window.testRunner) {
testRunner.notifyDone();
}
</script>
</head>
<body>
This tests that a line number and error message is printed for a parse error in a separate source file using new Function().
</body>
</html>