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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-git-folders-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-git-folders-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-git-folders-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-git-folders-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f75afc70e96c04579f7e2ec3c0cf70448e611679
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-git-folders-expected.txt
@@ -0,0 +1,19 @@
+Verify that automapping is able to map ambiguous resources based on the selected project folder.
+
+Binding created: {
+ network: http://example.com/logo.png
+ fileSystem: file:///var/www/code/proj2/logo.png
+ exactMatch: true
+}
+Binding created: {
+ network: http://example.com/reset.css
+ fileSystem: file:///var/www/code/proj2/reset.css
+ exactMatch: true
+}
+Binding created: {
+ network: http://example.com/jquery.js
+ fileSystem: file:///var/www/code/proj2/jquery.js
+ exactMatch: true
+}
+Mapping has stabilized.
+

Powered by Google App Engine
This is Rietveld 408576698