3 <script src=
"../../http/tests/inspector/inspector-test.js"></script>
4 <script src=
"../../http/tests/inspector/console-test.js"></script>
8 InspectorTest
.evaluateInConsole("foo().", step1
);
12 InspectorTest
.dumpConsoleMessagesIgnoreErrorStackFrames();
13 InspectorTest
.completeTest();
19 <body onload=
"runTest()">
21 Tests that evaluating an expression with a syntax error in the console won't crash the browser.
22 <a href=
"https://bugs.webkit.org/show_bug.cgi?id=61194">Bug
61194.
</a>