Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Verify that bindings are validated whenever the editor tab gets opened. | |
| 2 | |
| 3 | |
| 4 Running: waitForBinding | |
| 5 binding added: { | |
| 6 network: http://127.0.0.1:8000/inspector/persistence/resources/foo.js | |
| 7 fileSystem: file:///var/www/inspector/persistence/resources/foo.js | |
| 8 exactMatch: false | |
| 9 } | |
| 10 | |
| 11 Running: openFileSystemTab | |
|
dgozman
2016/12/07 01:45:41
Let's also test that network.requestContent() does
| |
| 12 binding removed: { | |
| 13 network: http://127.0.0.1:8000/inspector/persistence/resources/foo.js | |
| 14 fileSystem: file:///var/www/inspector/persistence/resources/foo.js | |
| 15 exactMatch: false | |
| 16 } | |
| 17 | |
| OLD | NEW |