| 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 exactMatch: false |
| 11 } | 11 } |
| 12 | 12 |
| 13 Running: addFileSystemRevision | 13 Running: addFileSystemRevision |
| 14 network code: 'window.foo3 = 3;' | 14 network code: 'window.foo3 = 3;' |
| 15 fileSystem code: 'window.foo3 = 3;' | 15 fileSystem code: 'window.foo3 = 3;' |
| 16 | 16 |
| 17 Running: addFileSystemWorkingCopy | 17 Running: addFileSystemWorkingCopy |
| 18 network code: 'window.foo4 = 4;' | 18 network code: 'window.foo4 = 4;' |
| 19 fileSystem code: 'window.foo4 = 4;' | 19 fileSystem code: 'window.foo4 = 4;' |
| 20 | 20 |
| 21 Running: resetFileSystemWorkingCopy |
| 22 network code: 'window.foo3 = 3;' |
| 23 fileSystem code: 'window.foo3 = 3;' |
| 24 |
| 21 Running: setNetworkRevision | 25 Running: setNetworkRevision |
| 22 network code: 'window.foo2 = 2;' | 26 network code: 'window.foo2 = 2;' |
| 23 fileSystem code: 'window.foo2 = 2;' | 27 fileSystem code: 'window.foo2 = 2;' |
| 24 | 28 |
| 25 Running: setNetworkWorkingCopy | 29 Running: setNetworkWorkingCopy |
| 26 network code: 'window.foo5 = 5;' | 30 network code: 'window.foo5 = 5;' |
| 27 fileSystem code: 'window.foo5 = 5;' | 31 fileSystem code: 'window.foo5 = 5;' |
| 28 | 32 |
| OLD | NEW |