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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/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
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-mapping.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-mapping-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-mapping-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-mapping-expected.txt
deleted file mode 100644
index 77f11c5b367aa5b56a1d1d5402fb3c8c72d7b4fb..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-mapping-expected.txt
+++ /dev/null
@@ -1,50 +0,0 @@
-Tests file system project mappings.
-
-
-Running: testAutomaticMapping
-Adding file system.
-Workspace event: Symbol(UISourceCodeAdded): file:///var/www/html/foo.js.
-Workspace event: Symbol(UISourceCodeAdded): file:///var/www/bar.js.
-Adding network resource.
-Workspace event: Symbol(UISourceCodeAdded): http://localhost/html/foo.js.
-Workspace event: Symbol(UISourceCodeAdded): http://localhost/bar.js.
-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.
-Workspace event: Symbol(UISourceCodeAdded): file:///var/www/html/foo.js.
-Workspace event: Symbol(UISourceCodeAdded): file:///var/www/bar.js.
-Workspace event: Symbol(UISourceCodeAdded): http://localhost/html/foo.js.
-Workspace event: Symbol(UISourceCodeAdded): http://localhost/bar.js.
-UISourceCode uri to url mappings:
- file:///var/www/html/foo.js -> http://localhost/html/foo.js
- file:///var/www/bar.js -> http://localhost/bar.js
-Removing mapping between network and file system resources.
-Emulate reloading inspector.
-Workspace event: Symbol(UISourceCodeAdded): file:///var/www/html/foo.js.
-Workspace event: Symbol(UISourceCodeAdded): file:///var/www/bar.js.
-Workspace event: Symbol(UISourceCodeAdded): http://localhost/html/foo.js.
-Workspace event: Symbol(UISourceCodeAdded): http://localhost/bar.js.
-UISourceCode uri to url mappings:
- file:///var/www/html/foo.js ->
- file:///var/www/bar.js ->
-
-Running: testRemoveProject
-Adding file system.
-Workspace event: Symbol(UISourceCodeAdded): file:///var/www/foo.js.
-Dumping uiSourceCodes origin URLs:
- - file:///var/www/foo.js
-Removing project:
-Received project removed event.
-
-Running: testProjectBasedMapping
-Adding file system.
-Workspace event: Symbol(UISourceCodeAdded): file:///var/www/html/foo.js.
-Workspace event: Symbol(UISourceCodeAdded): file:///var/www/html2/bar.js.
-Workspace event: Symbol(UISourceCodeAdded): http://localhost/h1/foo.js.
-Workspace event: Symbol(UISourceCodeAdded): http://localhost/h2/bar.js.
-UISourceCode uri to url mappings:
- file:///var/www/html/foo.js -> http://localhost/h1/foo.js
- file:///var/www/html2/bar.js -> http://localhost/h2/bar.js
-
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-mapping.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698