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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/file-system-project-mapping-expected.txt

Issue 2533183002: [DevTools] Remove workspace-test.js part2. (Closed)
Patch Set: Created 4 years, 1 month 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/file-system-project-mapping-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/file-system-project-mapping-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/file-system-project-mapping-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..a983517f3b645f5db17edc1b25a84a43c7f846bc
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/file-system-project-mapping-expected.txt
@@ -0,0 +1,26 @@
+Tests file system project mappings.
+
+
+Running: testAutomaticMapping
+Adding file system.
+Adding network resource.
+UISourceCode uri to url mappings:
+ file:///var/www/html/foo.js ->
+ file:///var/www/bar.js ->
+Adding mapping between network and file system resources.
+Emulate reloading inspector.
+UISourceCode uri to url mappings:
+ file:///var/www/html/foo.js -> http://127.0.0.1:8000/inspector/resources/html/foo.js
+ file:///var/www/bar.js -> http://127.0.0.1:8000/inspector/resources/bar.js
+Removing mapping between network and file system resources.
+Emulate reloading inspector.
+UISourceCode uri to url mappings:
+ file:///var/www/html/foo.js ->
+ file:///var/www/bar.js ->
+
+Running: testProjectBasedMapping
+Adding file system.
+UISourceCode uri to url mappings:
+ file:///var/www/html/foo.js -> http://127.0.0.1:8000/inspector/resources/html/foo.js
+ file:///var/www/html2/bar.js -> http://127.0.0.1:8000/inspector/resources/html2/bar.js
+

Powered by Google App Engine
This is Rietveld 408576698