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

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

Issue 2780933003: DevTools: support UISourceCode rename in automapping (Closed)
Patch Set: fix test Created 3 years, 9 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-rename-files-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-rename-files-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-rename-files-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..5cd0e9b762339a6daffa3d0a33ecee6ce9aebb53
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-rename-files-expected.txt
@@ -0,0 +1,25 @@
+Verify that automapping is sane.
+
+Binding created: {
+ network: http://example.com/path/foo.js
+ fileSystem: file:///var/www/scripts/foo.js
+ exactMatch: true
+}
+Mapping has stabilized.
+
+Running: Rename foo.js => bar.js
+Binding removed: {
+ network: http://example.com/path/foo.js
+ fileSystem: file:///var/www/scripts/bar.js
+ exactMatch: true
+}
+Mapping has stabilized.
+
+Running: Rename bar.js => foo.js
+Binding created: {
+ 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