blob: 967d7a4c74875471236362e95b4a8053376e1e57 [file] [log] [blame]
<html>
<head>
<script src="../../http/tests/inspector/inspector-test.js"></script>
<script src="../../http/tests/inspector/console-test.js"></script>
<script src="resources/syntax-error.js"></script>
<script>
function test()
{
InspectorTest.dumpConsoleMessages();
InspectorTest.completeTest();
}
</script>
</head>
<body onload="runTest()">
<p>
Tests that syntax errors are logged into console and doesn't cause browser crash.
</p>
</body>
</html>