| OLD | NEW |
| 1 Verify that breakpoints are moved appropriately in case of page reload. | 1 Verify that breakpoints are moved appropriately in case of page reload. |
| 2 | 2 |
| 3 | 3 |
| 4 Running: addFileSystem | 4 Running: addFileSystem |
| 5 | 5 |
| 6 Running: addNetworkFooJS | 6 Running: addNetworkFooJS |
| 7 | 7 |
| 8 Running: setBreakpointInNetworkUISourceCode | 8 Running: setBreakpointInFileSystemUISourceCode |
| 9 http://127.0.0.1:8000/inspector/persistence/resources/foo.js:2 | 9 http://127.0.0.1:8000/inspector/persistence/resources/foo.js:2 |
| 10 | 10 |
| 11 Running: reloadPageAndDumpBreakpoints | 11 Running: reloadPageAndDumpBreakpoints |
| 12 Page reloaded. | 12 Page reloaded. |
| 13 file:///var/www/inspector/persistence/resources/foo.js:0 | 13 file:///var/www/inspector/persistence/resources/foo.js:0 |
| 14 | 14 |
| OLD | NEW |