Upstream version 5.34.92.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 Running: test1
8 request.url: http://127.0.0.1:8000/inspector/network/resources/json.php?type=application%2Fjson
9 request.type: xhr
10 request.mimeType: application/json
11 request.content: {"number": "42"}
12
13 request.url: http://127.0.0.1:8000/inspector/network/resources/json.php?type=application%2Fjson
14 request.type: document
15 request.mimeType: application/json
16 request.content: {"number": "42"}
17
18
19 Running: test2
20 request.url: http://127.0.0.1:8000/inspector/network/resources/json.php?type=application%2Fvnd.document%2Bjson
21 request.type: xhr
22 request.mimeType: application/vnd.document+json
23 request.content: {"number": "42"}
24
25 request.url: http://127.0.0.1:8000/inspector/network/resources/json.php?type=application%2Fvnd.document%2Bjson
26 request.type: document
27 request.mimeType: application/vnd.document+json
28 request.content: {"number": "42"}
29
30