Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / inspector / network / async-xhr-json-mime-type-expected.txt
1 CONSOLE MESSAGE: line 6: XHR loaded: 1
2 CONSOLE MESSAGE: line 6: XHR loaded: 2
3 Tests that the content of resources with JSON MIME types can be accessed.
4 When loaded by asynchronous XHR requests (Bug 80684) or within iframes/documents.
5
6
7
8 Running: test1
9 request.url: http://127.0.0.1:8000/inspector/network/resources/json.php?type=application%2Fjson
10 request.type: xhr
11 request.mimeType: application/json
12 request.content: {"number": "42"}
13
14 request.url: http://127.0.0.1:8000/inspector/network/resources/json.php?type=application%2Fjson
15 request.type: document
16 request.mimeType: application/json
17 request.content: {"number": "42"}
18
19
20 Running: test2
21 request.url: http://127.0.0.1:8000/inspector/network/resources/json.php?type=application%2Fvnd.document%2Bjson
22 request.type: xhr
23 request.mimeType: application/vnd.document+json
24 request.content: {"number": "42"}
25
26 request.url: http://127.0.0.1:8000/inspector/network/resources/json.php?type=application%2Fvnd.document%2Bjson
27 request.type: document
28 request.mimeType: application/vnd.document+json
29 request.content: {"number": "42"}
30
31