| Index: LayoutTests/http/tests/inspector/network/network-preview-json-type-expected.txt
|
| diff --git a/LayoutTests/http/tests/inspector/network/network-preview-json-type-expected.txt b/LayoutTests/http/tests/inspector/network/network-preview-json-type-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3157b571d468bd5a9ed63883ab5a8cf2330dc77f
|
| --- /dev/null
|
| +++ b/LayoutTests/http/tests/inspector/network/network-preview-json-type-expected.txt
|
| @@ -0,0 +1,17 @@
|
| +Tests that application/json content is fetched and previewed as JSON.
|
| +
|
| +
|
| +Running: testJSON_1
|
| +resource.url: http://127.0.0.1:8000/inspector/network/resources/json.php?type=application%2Fjson
|
| +resource.type: document
|
| +resource.content: {"number": "42"}
|
| +
|
| +The preview tab has a JSON view: true
|
| +
|
| +Running: testJSON_2
|
| +resource.url: http://127.0.0.1:8000/inspector/network/resources/json.php?type=application%2Fvnd.document%2Bjson
|
| +resource.type: document
|
| +resource.content: {"number": "42"}
|
| +
|
| +The preview tab has a JSON view: true
|
| +
|
|
|