| OLD | NEW |
| 1 CONSOLE MESSAGE: line 10: test error message | 1 CONSOLE MESSAGE: line 10: test error message |
| 2 Tests that it's possible to set breakpoint in source frame, and that source fram
e displays breakpoints and console errors. | 2 Tests that it's possible to set breakpoint in source frame, and that source fram
e displays breakpoints and console errors. |
| 3 | 3 |
| 4 Debugger was enabled. | 4 Debugger was enabled. |
| 5 | 5 |
| 6 Running: testSetBreakpoint | 6 Running: testSetBreakpoint |
| 7 Script source was shown. | 7 Script source was shown. |
| 8 Breakpoint added to source frame at line 17 | 8 Breakpoint added to source frame at line 17 |
| 9 | 9 |
| 10 Running: testConsoleMessage | 10 Running: testConsoleMessage |
| 11 Message text: source-frame.html:10 test error message | 11 Message text: test error message |
| 12 | 12 |
| 13 Running: testShowResource | 13 Running: testShowResource |
| 14 Debugger was disabled. | 14 Debugger was disabled. |
| 15 | 15 |
| OLD | NEW |