Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / inspector / resource-har-conversion-expected.txt
1 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
2 Tests conversion of Inspector's resource representation into HAR format.
3
4 Page reloaded.
5 {
6     creator : {
7         name : "WebInspector"
8         version : <string>
9     }
10     entries : [
11         {
12             cache : {
13             }
14             connection : <string>
15             pageref : "page_1"
16             request : {
17                 bodySize : <number>
18                 cookies : [
19                 ]
20                 headers : <object>
21                 headersSize : <number>
22                 httpVersion : "HTTP/1.1"
23                 method : "GET"
24                 queryString : [
25                 ]
26                 url : "http://127.0.0.1:8000/inspector/resource-har-conversion.html"
27             }
28             response : {
29                 bodySize : <number>
30                 content : {
31                     mimeType : "text/html"
32                     size : <number>
33                 }
34                 cookies : [
35                 ]
36                 headers : <object>
37                 headersSize : <number>
38                 httpVersion : "HTTP/1.1"
39                 redirectURL : ""
40                 status : 304
41                 statusText : "Not Modified"
42             }
43             startedDateTime : <plausible>
44             time : <number>
45             timings : <object>
46         }
47         {
48             cache : {
49             }
50             connection : <string>
51             pageref : "page_1"
52             request : {
53                 bodySize : <number>
54                 cookies : [
55                     {
56                         domain : "example.com"
57                         expires : null
58                         httpOnly : false
59                         name : "a"
60                         path : "/path"
61                         secure : false
62                         value : "b"
63                     }
64                     {
65                         domain : undefined
66                         expires : null
67                         httpOnly : false
68                         name : "a1"
69                         path : undefined
70                         secure : false
71                         value : "b1"
72                     }
73                     {
74                         domain : undefined
75                         expires : null
76                         httpOnly : false
77                         name : "c1"
78                         path : undefined
79                         secure : false
80                         value : "d1"
81                     }
82                 ]
83                 headers : <object>
84                 headersSize : <number>
85                 httpVersion : "HTTP/1.1"
86                 method : "GET"
87                 queryString : [
88                 ]
89                 url : "http://127.0.0.1:8000/inspector/inspector-test.js"
90             }
91             response : {
92                 bodySize : <number>
93                 content : {
94                     mimeType : "application/x-javascript"
95                     size : <number>
96                 }
97                 cookies : [
98                     {
99                         domain : "example.com"
100                         expires : null
101                         httpOnly : true
102                         name : "x"
103                         path : "/path"
104                         secure : true
105                         value : "y"
106                     }
107                     {
108                         domain : undefined
109                         expires : null
110                         httpOnly : false
111                         name : "x1"
112                         path : undefined
113                         secure : false
114                         value : "y1"
115                     }
116                     {
117                         domain : undefined
118                         expires : null
119                         httpOnly : false
120                         name : "z2"
121                         path : undefined
122                         secure : false
123                         value : "y2"
124                     }
125                 ]
126                 headers : <object>
127                 headersSize : <number>
128                 httpVersion : "HTTP/1.1"
129                 redirectURL : ""
130                 status : 304
131                 statusText : "Not Modified"
132             }
133             startedDateTime : <plausible>
134             time : <number>
135             timings : <object>
136         }
137         {
138             cache : {
139             }
140             connection : <string>
141             pageref : "page_1"
142             request : {
143                 bodySize : <number>
144                 cookies : [
145                 ]
146                 headers : <object>
147                 headersSize : <number>
148                 httpVersion : "HTTP/1.1"
149                 method : "GET"
150                 queryString : [
151                 ]
152                 url : "http://127.0.0.1:8000/inspector/network-test.js"
153             }
154             response : {
155                 bodySize : <number>
156                 content : {
157                     mimeType : "application/x-javascript"
158                     size : <number>
159                 }
160                 cookies : [
161                 ]
162                 headers : <object>
163                 headersSize : <number>
164                 httpVersion : "HTTP/1.1"
165                 redirectURL : ""
166                 status : 304
167                 statusText : "Not Modified"
168             }
169             startedDateTime : <plausible>
170             time : <number>
171             timings : <object>
172         }
173         {
174             cache : {
175             }
176             connection : <string>
177             pageref : "page_1"
178             request : {
179                 bodySize : <number>
180                 cookies : [
181                 ]
182                 headers : <object>
183                 headersSize : <number>
184                 httpVersion : "HTTP/1.1"
185                 method : "POST"
186                 postData : {
187                     mimeType : "text/xml"
188                     text : "<xml></xml>"
189                 }
190                 queryString : [
191                 ]
192                 url : "http://127.0.0.1:8000/inspector/resources/post-target.cgi"
193             }
194             response : {
195                 bodySize : <number>
196                 content : {
197                     compression : <number>
198                     mimeType : "application/xml"
199                     size : <number>
200                 }
201                 cookies : [
202                 ]
203                 headers : <object>
204                 headersSize : <number>
205                 httpVersion : "HTTP/1.1"
206                 redirectURL : ""
207                 status : 200
208                 statusText : "OK"
209             }
210             startedDateTime : <plausible>
211             time : <number>
212             timings : <object>
213         }
214     ]
215     pages : [
216         {
217             id : <string>
218             pageTimings : {
219                 onContentLoad : <number>
220                 onLoad : <number>
221             }
222             startedDateTime : <plausible>
223             title : "http://127.0.0.1:8000/inspector/resource-har-conversion.html"
224         }
225     ]
226     version : <string>
227 }
228