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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/workspace-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 unified diff | Download patch
OLDNEW
1 Tests workspace mappings 1 Tests workspace mappings
2 2
3 url http://www.example.com/index.html is not mapped. 3 url http://www.example.com/index.html is not mapped.
4 url http://localhost/index.html is mapped. 4 url http://localhost/index.html is mapped.
5 url http://localhost/foo/index.html is mapped. 5 url http://localhost/foo/index.html is mapped.
6 url https://localhost/index.html is not mapped. 6 url https://localhost/index.html is not mapped.
7 7
8 url http://www.example.com/index.html is mapped to null 8 url http://www.example.com/index.html is mapped to null
9 url http://localhost/index.html is mapped to filesystem:/var/www/localhost/i ndex.html 9 url http://localhost/index.html is mapped to file:///var/www/localhost/index .html
10 url http://localhost/foo/index.html is mapped to null 10 url http://localhost/foo/index.html is mapped to null
11 url https://localhost/index.html is mapped to null 11 url https://localhost/index.html is mapped to null
12 12
13 path /home/example.com / foo/index.html is mapped to null 13 path /home/example.com / foo/index.html is mapped to null
14 path /home/example.com / index.html is mapped to null 14 path /home/example.com / index.html is mapped to null
15 path /var/www / localhost/index.html is mapped to http://localhost/index.htm l 15 path /var/www / localhost/index.html is mapped to http://localhost/index.htm l
16 path /var/www / localhost/foo/index.html is mapped to http://localhost/foo/i ndex.html 16 path /var/www / localhost/foo/index.html is mapped to http://localhost/foo/i ndex.html
17 path /home/foo / index.html is mapped to null 17 path /home/foo / index.html is mapped to null
18 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698