Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / sources / debugger / debugger-compile-and-run-expected.txt
blob64ac2c0d27d7b8b86309aa2a3d0bceb3653deae2
1 Tests separate compilation and run.
3 Bug 89646.
5 Running: testSuccessfulCompileAndRun
6 Compiling script
7 Running script
8 Script result: 3
10 Running: testRunError
11 Compiling script
12 Running script
13 exceptionDetails:
14    Uncaught ReferenceError: c is not defined
15    line: 1, column: 15
16    exceptionDetails stack trace:
17        url: test.js
18        function: 
19        line: 1
21 Running: testCompileError
22 Compiling script
23 exceptionDetails:
24    Uncaught SyntaxError: Unexpected token }
25    line: 1, column: 0
26    no stack trace attached to exceptionDetails