| OLD | NEW |
| 1 Verify that binding gets removed as the fileSystem file gets renamed. | 1 Verify that binding gets removed as the fileSystem file gets renamed. |
| 2 | 2 |
| 3 Binding created: { | 3 Binding created: { |
| 4 network: http://127.0.0.1:8000/inspector/persistence/resources/foo.js | 4 network: http://127.0.0.1:8000/inspector/persistence/resources/foo.js |
| 5 fileSystem: file:///var/www/inspector/persistence/resources/foo.js | 5 fileSystem: file:///var/www/inspector/persistence/resources/foo.js |
| 6 exactMatch: false |
| 6 } | 7 } |
| 7 Renaming foo.js -> bar.js | 8 Renaming foo.js -> bar.js |
| 8 Binding successfully removed: { | 9 Binding successfully removed: { |
| 9 network: http://127.0.0.1:8000/inspector/persistence/resources/foo.js | 10 network: http://127.0.0.1:8000/inspector/persistence/resources/foo.js |
| 10 fileSystem: file:///var/www/inspector/persistence/resources/bar.js | 11 fileSystem: file:///var/www/inspector/persistence/resources/bar.js |
| 12 exactMatch: false |
| 11 } | 13 } |
| 12 | 14 |
| OLD | NEW |