Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(703)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-validate-binding-on-content-loaded-expected.txt

Issue 2542073002: DevTools: [Persistence] validate persistence binding. (Closed)
Patch Set: add etst Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
+}
+

Powered by Google App Engine
This is Rietveld 408576698