| OLD | NEW |
| 1 Checks that breaks in framework code correctly processed. | 1 Checks that breaks in framework code correctly processed. |
| 2 | 2 |
| 3 Running test: testConsoleAssert | 3 Running test: testConsoleAssert |
| 4 > all frames in framework: | 4 > all frames in framework: |
| 5 > mixed, top frame in framework: | 5 > mixed, top frame in framework: |
| 6 frameworkAssert (framework.js:9:10) | 6 frameworkAssert (framework.js:10:10) |
| 7 (anonymous) (user.js:0:0) | 7 (anonymous) (user.js:0:0) |
| 8 | 8 |
| 9 | 9 |
| 10 Running test: testCaughtException | 10 Running test: testCaughtException |
| 11 > all frames in framework: | 11 > all frames in framework: |
| 12 > mixed, top frame in framework: | 12 > mixed, top frame in framework: |
| 13 | 13 |
| 14 Running test: testUncaughtException | 14 Running test: testUncaughtException |
| 15 > all frames in framework: | 15 > all frames in framework: |
| 16 > mixed, top frame in framework: | 16 > mixed, top frame in framework: |
| 17 throwUncaughtError (framework.js:21:2) |
| 18 (anonymous) (user.js:0:0) |
| 19 |
| 20 |
| 21 Running test: testUncaughtExceptionWithInlinedFrame |
| 22 > mixed top frame in framework: |
| 23 throwUserException (user.js:66:2) |
| 24 inlinedWrapper (framework.js:56:4) |
| 25 throwInlinedUncaughtError (framework.js:59:2) |
| 26 (anonymous) (framework.js:0:0) |
| 27 |
| 17 | 28 |
| 18 Running test: testBreakpoint | 29 Running test: testBreakpoint |
| 19 > all frames in framework: | 30 > all frames in framework: |
| 20 breakpoint (framework.js:24:2) | 31 breakpoint (framework.js:25:2) |
| 21 (anonymous) (framework.js:0:0) | 32 (anonymous) (framework.js:0:0) |
| 22 | 33 |
| 23 > mixed, top frame in framework: | 34 > mixed, top frame in framework: |
| 24 breakpoint (framework.js:24:2) | 35 breakpoint (framework.js:25:2) |
| 25 (anonymous) (user.js:0:0) | 36 (anonymous) (user.js:0:0) |
| 26 | 37 |
| 27 | 38 |
| 28 Running test: testDebuggerStatement | 39 Running test: testDebuggerStatement |
| 29 > all frames in framework: | 40 > all frames in framework: |
| 30 > mixed, top frame in framework: | 41 > mixed, top frame in framework: |
| 31 | 42 |
| 32 Running test: testSyncDOMBreakpoint | 43 Running test: testSyncDOMBreakpoint |
| 33 > all frames in framework: | 44 > all frames in framework: |
| 34 > mixed, top frame in framework: | 45 > mixed, top frame in framework: |
| 35 syncDOMBreakpoint (framework.js:32:2) | 46 syncDOMBreakpoint (framework.js:33:2) |
| 36 (anonymous) (user.js:0:0) | 47 (anonymous) (user.js:0:0) |
| 37 | 48 |
| 38 | 49 |
| 39 Running test: testAsyncDOMBreakpoint | 50 Running test: testAsyncDOMBreakpoint |
| 40 > all frames in framework: | 51 > all frames in framework: |
| 41 (anonymous) (user.js:0:0) | 52 (anonymous) (user.js:0:0) |
| 42 | 53 |
| 43 | 54 |
| 44 Running test: testCaughtSyntaxError | 55 Running test: testCaughtSyntaxError |
| 45 > all frames in framework: | 56 > all frames in framework: |
| 46 > mixed, top frame in framework: | 57 > mixed, top frame in framework: |
| 47 | 58 |
| 48 Running test: testCaughtJSONParseError | 59 Running test: testCaughtJSONParseError |
| 49 > all frames in framework: | 60 > all frames in framework: |
| 50 > mixed, top frame in framework: | 61 > mixed, top frame in framework: |
| OLD | NEW |