| OLD | NEW |
| 1 Tests that persistence syncs network and filesystem UISourceCodes. | 1 Tests that persistence syncs network and filesystem UISourceCodes. |
| 2 | 2 |
| 3 | 3 |
| 4 Running: addFileSystem | 4 Running: addFileSystem |
| 5 | 5 |
| 6 Running: addFileMapping | 6 Running: addFileMapping |
| 7 Binding created: { | 7 Binding created: { |
| 8 network: http://127.0.0.1:8000/inspector/persistence/resources/foo.js | 8 network: http://127.0.0.1:8000/inspector/persistence/resources/foo.js |
| 9 fileSystem: file:///var/www/inspector/persistence/resources/foo.js | 9 fileSystem: file:///var/www/inspector/persistence/resources/foo.js |
| 10 exactMatch: false |
| 10 } | 11 } |
| 11 | 12 |
| 12 Running: changeFileSystem | 13 Running: changeFileSystem |
| 13 network code: 'window.foo3 = 3;' | 14 network code: 'window.foo3 = 3;' |
| 14 fileSystem code: 'window.foo3 = 3;' | 15 fileSystem code: 'window.foo3 = 3;' |
| 15 | 16 |
| 16 Running: changeNetworkUISourceCode | 17 Running: changeNetworkUISourceCode |
| 17 network code: 'window.foo2 = 2;' | 18 network code: 'window.foo2 = 2;' |
| 18 fileSystem code: 'window.foo2 = 2;' | 19 fileSystem code: 'window.foo2 = 2;' |
| 19 | 20 |
| OLD | NEW |