| OLD | NEW |
| 1 Tests that debugger breaks on failed assertion when pause on exception mode is e
nabled. | 1 Tests that debugger breaks on failed assertion when pause on exception mode is e
nabled. |
| 2 | 2 |
| 3 Script source was shown. | 3 Script source was shown. |
| 4 Script execution paused. | 4 Script execution paused. |
| 5 Call stack: | 5 Call stack: |
| 6 0) failAssertion (debugger-pause-on-failed-assertion.html:9) | 6 0) failAssertion (debugger-pause-on-failed-assertion.html:9) |
| 7 1) handleClick (debugger-pause-on-failed-assertion.html:14) | 7 1) handleClick (debugger-pause-on-failed-assertion.html:14) |
| 8 Script execution resumed. | 8 Script execution resumed. |
| 9 | 9 |
| OLD | NEW |