| Index: third_party/WebKit/LayoutTests/inspector/workspace-mapping-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/workspace-mapping-expected.txt b/third_party/WebKit/LayoutTests/inspector/workspace-mapping-expected.txt
|
| index 3616fb7880d527b343269ec175c622bf95eeb217..e3ab250c43f635ad3e8daa8c8c058db9ee8981b6 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/workspace-mapping-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/workspace-mapping-expected.txt
|
| @@ -5,10 +5,11 @@ Tests workspace mappings
|
| url http://localhost/foo/index.html is mapped.
|
| url https://localhost/index.html is not mapped.
|
|
|
| - url http://www.example.com/index.html is mapped to null
|
| - url http://localhost/index.html is mapped to file:///var/www/localhost/index.html
|
| - url http://localhost/foo/index.html is mapped to null
|
| - url https://localhost/index.html is mapped to null
|
| + url http://www.example.com/index.html is mapped to http://www.example.com/index.html
|
| + url http://localhost/index.html is mapped to http://localhost/index.html
|
| + url http://localhost/foo/index.html is mapped to http://localhost/foo/index.html
|
| + url https://localhost/index.html is mapped to https://localhost/index.html
|
| + url file:///var/www/localhost/index.html is mapped to file:///var/www/localhost/index.html
|
|
|
| path file:///home/example.com / foo/index.html is mapped to null
|
| path file:///home/example.com / index.html is mapped to null
|
|
|