| Index: LayoutTests/http/tests/inspector/network/async-xhr-json-mime-type-expected.txt
|
| diff --git a/LayoutTests/http/tests/inspector/network/async-xhr-json-mime-type-expected.txt b/LayoutTests/http/tests/inspector/network/async-xhr-json-mime-type-expected.txt
|
| index 6df098fc95c5a6576d4fbbaa22ee07b94fc14779..8f31e1696f9a8d355f3463e2158308083e2f1ab0 100644
|
| --- a/LayoutTests/http/tests/inspector/network/async-xhr-json-mime-type-expected.txt
|
| +++ b/LayoutTests/http/tests/inspector/network/async-xhr-json-mime-type-expected.txt
|
| @@ -1,10 +1,21 @@
|
| CONSOLE MESSAGE: line 6: XHR loaded: 1
|
| +CONSOLE MESSAGE: line 6: XHR loaded: 2
|
| Tests XHR network resource content for asynchronous requests with application/json mime type. Bug 80684
|
|
|
| -http://127.0.0.1:8000/inspector/network/resources/json.php
|
| +
|
| +Running: test1
|
| +http://127.0.0.1:8000/inspector/network/resources/json.php?type=application%2Fjson
|
| resource.type: xhr
|
| resource.content before requesting content: undefined
|
| resource.content after requesting content: {"number": "42"}
|
|
|
| +The preview tab has a JSON view: true
|
| +
|
| +Running: test2
|
| +http://127.0.0.1:8000/inspector/network/resources/json.php?type=application%2Fvnd.document%2Bjson
|
| +resource.type: xhr
|
| +resource.content before requesting content: undefined
|
| +resource.content after requesting content: {"number": "42"}
|
|
|
| +The preview tab has a JSON view: true
|
|
|
|
|