| OLD | NEW |
| 1 Tests Debugger.setBreakpointByUrl with isRegex set to true. | 1 Tests Debugger.setBreakpointByUrl with isRegex set to true. |
| 2 | 2 |
| 3 | 3 |
| 4 Running: testSetNoneOfURLAndRegex | 4 Running: testSetNoneOfURLAndRegex |
| 5 Either url or urlRegex must be specified. | 5 Either url or urlRegex must be specified. |
| 6 | 6 |
| 7 Running: testSetBothURLAndRegex | 7 Running: testSetBothURLAndRegex |
| 8 Either url or urlRegex must be specified. | 8 Either url or urlRegex must be specified. |
| 9 | 9 |
| 10 Running: testSetByRegex | 10 Running: testSetByRegex |
| 11 Set timer for test function. | 11 Set timer for test function. |
| 12 Script execution paused. | 12 Script execution paused. |
| 13 Call stack: | 13 Call stack: |
| 14 0) testFunction (debugger-set-breakpoint-regex.html:9) | 14 0) testFunction (debugger-set-breakpoint-regex.html:9) |
| 15 Script execution resumed. | 15 Script execution resumed. |
| 16 | 16 |
| OLD | NEW |