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

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

Issue 1523193002: DevTools: merge UISourceCode's parentPath, name, originURL and uri. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaselined Created 5 years 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/inspector/file-system-mapping-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/file-system-mapping-expected.txt b/third_party/WebKit/LayoutTests/inspector/file-system-mapping-expected.txt
index 69667cb0e54febb4b65562f3597622c534f8a408..45fc4b9d7f36f8cfcd81beb510c9cc61a25766e4 100644
--- a/third_party/WebKit/LayoutTests/inspector/file-system-mapping-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/file-system-mapping-expected.txt
@@ -61,28 +61,28 @@ Testing file system mapping.
Testing mappings for url:
Has mapping for 'http://www.bar.com/foo/folder/42.js': true
- File for 'http://www.bar.com/foo/folder/42.js': /home/username/projects/foo / baz/folder/42.js
+ File for 'http://www.bar.com/foo/folder/42.js': file:///home/username/projects/foo/baz/folder/42.js
Has mapping for 'http://www.foo.com/bar/folder/42.js': true
- File for 'http://www.foo.com/bar/folder/42.js': /www/site1 / foo/bar/folder/42.js
+ File for 'http://www.foo.com/bar/folder/42.js': file:///www/site1/foo/bar/folder/42.js
Has mapping for 'http://localhost/index.html': true
- File for 'http://localhost/index.html': /www/site1 / index.html
+ File for 'http://localhost/index.html': file:///www/site1/index.html
Has mapping for 'https://localhost/index.html': false
File for 'https://localhost/index.html': null
Has mapping for 'http://localhost:8080/index.html': false
File for 'http://localhost:8080/index.html': null
Has mapping for 'http://localhost/': true
- File for 'http://localhost/': /www/site1 /
+ File for 'http://localhost/': file:///www/site1/
Testing mappings for path:
- URL for path '/home/username/projects/foo / baz/folder/42.js': http://www.bar.com/foo/folder/42.js
- URL for path '/home/username/projects/foo / baz/folder/43.js': http://www.bar.com/foo/folder/43.js
- URL for path '/home/username/projects/foo / bar/folder/42.js':
- URL for path '/home/username/projects/foo / foo/folder/42.js': http://www.example.com/bar/folder/42.js
- URL for path '/home/username/projects/foo / foo2/folder/42.js':
- URL for path '/www/site1 / foo/index.html': http://www.foo.com/index.html
- URL for path '/www/site1 / index.html': http://localhost/index.html
- URL for path '/www/site1 / foo': http://localhost/foo
- URL for path '/www/site1 / foo/': http://www.foo.com/
+ URL for path 'file:///home/username/projects/foo/baz/folder/42.js': http://www.bar.com/foo/folder/42.js
+ URL for path 'file:///home/username/projects/foo/baz/folder/43.js': http://www.bar.com/foo/folder/43.js
+ URL for path 'file:///home/username/projects/foo/bar/folder/42.js':
+ URL for path 'file:///home/username/projects/foo/foo/folder/42.js': http://www.example.com/bar/folder/42.js
+ URL for path 'file:///home/username/projects/foo/foo2/folder/42.js':
+ URL for path 'file:///www/site1/foo/index.html': http://www.foo.com/index.html
+ URL for path 'file:///www/site1/index.html': http://localhost/index.html
+ URL for path 'file:///www/site1/foo': http://localhost/foo
+ URL for path 'file:///www/site1/foo/': http://www.foo.com/
Creating another file system mapping.
Testing file system mapping.

Powered by Google App Engine
This is Rietveld 408576698