Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / parsed-url-expected.txt
blob8990ad487825e9a21b78cb50ef8dcda2b2bdaf6d
1 Tests inspector ParsedURL class
3 Parsing url: http://example.com/?queryParam1=value1&queryParam2=value2#fragmentWith/Many//Slashes
4   isValid: true
5   scheme: http
6   host: example.com
7   port: undefined
8   path: /?queryParam1=value1&queryParam2=value2
9   queryParams: queryParam1=value1&queryParam2=value2
10   fragment: fragmentWith/Many//Slashes
11   folderPathComponents: 
12   lastPathComponent: 
13   splittedURL: ["http://example.com","?queryParam1=value1&queryParam2=value2"]
14 Parsing url: http://example.com/foo.html?queryParam1=value1&queryParam2=value2#fragmentWith/Many//Slashes
15   isValid: true
16   scheme: http
17   host: example.com
18   port: undefined
19   path: /foo.html?queryParam1=value1&queryParam2=value2
20   queryParams: queryParam1=value1&queryParam2=value2
21   fragment: fragmentWith/Many//Slashes
22   folderPathComponents: 
23   lastPathComponent: foo.html
24   splittedURL: ["http://example.com","foo.html?queryParam1=value1&queryParam2=value2"]
25 Parsing url: http://example.com/foo/bar.html?queryParam1=value1&queryParam2=value2#fragmentWith/Many//Slashes
26   isValid: true
27   scheme: http
28   host: example.com
29   port: undefined
30   path: /foo/bar.html?queryParam1=value1&queryParam2=value2
31   queryParams: queryParam1=value1&queryParam2=value2
32   fragment: fragmentWith/Many//Slashes
33   folderPathComponents: /foo
34   lastPathComponent: bar.html
35   splittedURL: ["http://example.com","foo","bar.html?queryParam1=value1&queryParam2=value2"]
36 Parsing url: http://example.com/foo/bar/baz.html?queryParam1=value1&queryParam2=value2#fragmentWith/Many//Slashes
37   isValid: true
38   scheme: http
39   host: example.com
40   port: undefined
41   path: /foo/bar/baz.html?queryParam1=value1&queryParam2=value2
42   queryParams: queryParam1=value1&queryParam2=value2
43   fragment: fragmentWith/Many//Slashes
44   folderPathComponents: /foo/bar
45   lastPathComponent: baz.html
46   splittedURL: ["http://example.com","foo","bar","baz.html?queryParam1=value1&queryParam2=value2"]
47 Parsing url: http://example.com//?queryParam1=value1
48   isValid: true
49   scheme: http
50   host: example.com
51   port: undefined
52   path: //?queryParam1=value1
53   queryParams: queryParam1=value1
54   fragment: undefined
55   folderPathComponents: /
56   lastPathComponent: 
57   splittedURL: ["http://example.com","?queryParam1=value1"]
58 Parsing url: http://example.com//foo.html
59   isValid: true
60   scheme: http
61   host: example.com
62   port: undefined
63   path: //foo.html
64   queryParams: 
65   fragment: undefined
66   folderPathComponents: /
67   lastPathComponent: foo.html
68   splittedURL: ["http://example.com","foo.html"]
69 Parsing url: http://example.com//foo/bar.html
70   isValid: true
71   scheme: http
72   host: example.com
73   port: undefined
74   path: //foo/bar.html
75   queryParams: 
76   fragment: undefined
77   folderPathComponents: //foo
78   lastPathComponent: bar.html
79   splittedURL: ["http://example.com","foo","bar.html"]
80 Parsing url: http://example.com/foo//bar.html
81   isValid: true
82   scheme: http
83   host: example.com
84   port: undefined
85   path: /foo//bar.html
86   queryParams: 
87   fragment: undefined
88   folderPathComponents: /foo/
89   lastPathComponent: bar.html
90   splittedURL: ["http://example.com","foo","bar.html"]
91 Parsing url: http://example.com//foo//bar.html
92   isValid: true
93   scheme: http
94   host: example.com
95   port: undefined
96   path: //foo//bar.html
97   queryParams: 
98   fragment: undefined
99   folderPathComponents: //foo/
100   lastPathComponent: bar.html
101   splittedURL: ["http://example.com","foo","bar.html"]
102 Parsing url: http://example.com//foo/bar/baz.html
103   isValid: true
104   scheme: http
105   host: example.com
106   port: undefined
107   path: //foo/bar/baz.html
108   queryParams: 
109   fragment: undefined
110   folderPathComponents: //foo/bar
111   lastPathComponent: baz.html
112   splittedURL: ["http://example.com","foo","bar","baz.html"]
113 Parsing url: http://example.com/foo//bar/baz.html
114   isValid: true
115   scheme: http
116   host: example.com
117   port: undefined
118   path: /foo//bar/baz.html
119   queryParams: 
120   fragment: undefined
121   folderPathComponents: /foo//bar
122   lastPathComponent: baz.html
123   splittedURL: ["http://example.com","foo","bar","baz.html"]
124 Parsing url: http://example.com/foo/bar//baz.html
125   isValid: true
126   scheme: http
127   host: example.com
128   port: undefined
129   path: /foo/bar//baz.html
130   queryParams: 
131   fragment: undefined
132   folderPathComponents: /foo/bar/
133   lastPathComponent: baz.html
134   splittedURL: ["http://example.com","foo","bar","baz.html"]
135 Parsing url: http://example.com///foo/bar/baz.html
136   isValid: true
137   scheme: http
138   host: example.com
139   port: undefined
140   path: ///foo/bar/baz.html
141   queryParams: 
142   fragment: undefined
143   folderPathComponents: ///foo/bar
144   lastPathComponent: baz.html
145   splittedURL: ["http://example.com","foo","bar","baz.html"]
146 Parsing url: http://example.com/foo////bar/baz.html
147   isValid: true
148   scheme: http
149   host: example.com
150   port: undefined
151   path: /foo////bar/baz.html
152   queryParams: 
153   fragment: undefined
154   folderPathComponents: /foo////bar
155   lastPathComponent: baz.html
156   splittedURL: ["http://example.com","foo","bar","baz.html"]
157 Parsing url: http://example.com/foo/bar/////baz.html
158   isValid: true
159   scheme: http
160   host: example.com
161   port: undefined
162   path: /foo/bar/////baz.html
163   queryParams: 
164   fragment: undefined
165   folderPathComponents: /foo/bar////
166   lastPathComponent: baz.html
167   splittedURL: ["http://example.com","foo","bar","baz.html"]