| OLD | NEW |
| 1 Tests separate compilation and run. | 1 Tests separate compilation and run. |
| 2 | 2 |
| 3 Bug 89646. | 3 Bug 89646. |
| 4 Debugger was enabled. | |
| 5 | 4 |
| 6 Running: testSuccessfulCompileAndRun | 5 Running: testSuccessfulCompileAndRun |
| 7 Compiling script | 6 Compiling script |
| 8 Running script | 7 Running script |
| 9 Script result: 3 | 8 Script result: 3 |
| 10 | 9 |
| 11 Running: testRunError | 10 Running: testRunError |
| 12 Compiling script | 11 Compiling script |
| 13 Running script | 12 Running script |
| 14 Script run error: Uncaught ReferenceError: c is not defined | 13 Script run error: Uncaught ReferenceError: c is not defined |
| 15 | 14 |
| 16 Running: testCompileError | 15 Running: testCompileError |
| 17 Compiling script | 16 Compiling script |
| 18 Script compile error: Uncaught SyntaxError: Unexpected token } | 17 Script compile error: Uncaught SyntaxError: Unexpected token } |
| 19 Debugger was disabled. | |
| 20 | 18 |
| OLD | NEW |