Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-validate-binding-on-content-loaded-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-validate-binding-on-content-loaded-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-validate-binding-on-content-loaded-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..8eb47f4c273abeec3d49ddaa190b16eebe5232a7 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-validate-binding-on-content-loaded-expected.txt |
| @@ -0,0 +1,17 @@ |
| +Verify that bindings are validated whenever the editor tab gets opened. |
| + |
| + |
| +Running: waitForBinding |
| +binding added: { |
| + network: http://127.0.0.1:8000/inspector/persistence/resources/foo.js |
| + fileSystem: file:///var/www/inspector/persistence/resources/foo.js |
| + exactMatch: false |
| +} |
| + |
| +Running: openFileSystemTab |
|
dgozman
2016/12/07 01:45:41
Let's also test that network.requestContent() does
|
| +binding removed: { |
| + network: http://127.0.0.1:8000/inspector/persistence/resources/foo.js |
| + fileSystem: file:///var/www/inspector/persistence/resources/foo.js |
| + exactMatch: false |
| +} |
| + |