Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / sources / debugger / debugger-compile-and-run-expected.txt
1 Tests separate compilation and run.
2
3 Bug 89646.
4 Debugger was enabled.
5
6 Running: testSuccessfulCompileAndRun
7 Compiling script
8 Running script
9 Script result: 3
10
11 Running: testRunError
12 Compiling script
13 Running script
14 Script run error: Uncaught ReferenceError: c is not defined
15
16 Running: testCompileError
17 Compiling script
18 Script compile error: Uncaught SyntaxError: Unexpected token }
19 Debugger was disabled.
20