Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / workspace-mapping-expected.txt
blob26ac947246adabea6b57410605e7cae62506686b
1 Tests workspace mappings
3     url http://www.example.com/index.html is not mapped.
4     url http://localhost/index.html is mapped.
5     url http://localhost/foo/index.html is mapped.
6     url https://localhost/index.html is not mapped.
8     url http://www.example.com/index.html is mapped to http://www.example.com/index.html
9     url http://localhost/index.html is mapped to filesystem:/var/www/localhost/index.html
10     url http://localhost/foo/index.html is mapped to null
11     url https://localhost/index.html is mapped to https://localhost/index.html
13     path /home/example.com / foo/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.html
16     path /var/www / localhost/foo/index.html is mapped to http://localhost/foo/index.html
17     path /home/foo / index.html is mapped to null