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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-dynamic-uisourcecodes-expected.txt

Issue 2418813005: DevTools: [Persistence] implement automapping (Closed)
Patch Set: address comments Created 4 years, 2 months 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/automapping-dynamic-uisourcecodes-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-dynamic-uisourcecodes-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-dynamic-uisourcecodes-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..a744a3fcd19cfba9d27a8e40e5532f6b680b2454
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-dynamic-uisourcecodes-expected.txt
@@ -0,0 +1,38 @@
+Verify that automapping works property when UISourceCodes come and go.
+
+
+Running: addNetworkResource
+Mapping has stabilized.
+
+Running: addFileSystemUISourceCode
+Binding created: {
+ network: http://example.com/path/foo.js
+ fileSystem: file:///var/www/scripts/foo.js
+ exactMatch: true
+}
+Mapping has stabilized.
+
+Running: removeNetworkUISourceCode
+Binding removed: {
+ network: http://example.com/path/foo.js
+ fileSystem: file:///var/www/scripts/foo.js
+ exactMatch: true
+}
+Mapping has stabilized.
+
+Running: reAddNetworkUISourceCode
+Binding created: {
+ network: http://example.com/path/foo.js
+ fileSystem: file:///var/www/scripts/foo.js
+ exactMatch: true
+}
+Mapping has stabilized.
+
+Running: removeFileSystem
+Binding removed: {
+ network: http://example.com/path/foo.js
+ fileSystem: file:///var/www/scripts/foo.js
+ exactMatch: true
+}
+Mapping has stabilized.
+

Powered by Google App Engine
This is Rietveld 408576698