Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / inspector / network / request-name-path-expected.txt
blob0fc9e1493c753d2cc2e07484949a96f114e2e40b
1 Tests name() and path() methods of NetworkRequest.
3 Bug 101064
4 Dumping request name and path for url: http://www.example.com/foo/bar/baz?key=value
5     name = baz?key=value
6     path = www.example.com/foo/bar
7 Dumping request name and path for url: http://www.example.com/foo/bar/?key=value
8     name = ?key=value
9     path = www.example.com/foo/bar
10 Dumping request name and path for url: http://www.example.com/foo/bar/baz
11     name = baz
12     path = www.example.com/foo/bar
13 Dumping request name and path for url: http://www.example.com/foo/bar/
14     name = bar/
15     path = www.example.com/foo
16 Dumping request name and path for url: http://www.example.com/baz?key=value
17     name = baz?key=value
18     path = www.example.com
19 Dumping request name and path for url: http://www.example.com/?key=value
20     name = ?key=value
21     path = www.example.com
22 Dumping request name and path for url: http://www.example.com/baz
23     name = baz
24     path = www.example.com
25 Dumping request name and path for url: http://www.example.com/
26     name = www.example.com
27     path = 
28 Dumping request name and path for url: http://127.0.0.1/foo/bar/baz?key=value
29     name = baz?key=value
30     path = /foo/bar
31 Dumping request name and path for url: http://127.0.0.1/foo/bar/?key=value
32     name = ?key=value
33     path = /foo/bar
34 Dumping request name and path for url: http://127.0.0.1/foo/bar/baz
35     name = baz
36     path = /foo/bar
37 Dumping request name and path for url: http://127.0.0.1/foo/bar/
38     name = bar/
39     path = /foo
40 Dumping request name and path for url: http://127.0.0.1/baz?key=value
41     name = baz?key=value
42     path = 
43 Dumping request name and path for url: http://127.0.0.1/?key=value
44     name = ?key=value
45     path = 
46 Dumping request name and path for url: http://127.0.0.1/baz
47     name = baz
48     path = 
49 Dumping request name and path for url: http://127.0.0.1/
50     name = 127.0.0.1
51     path =