Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(224)

Unified Diff: LayoutTests/http/tests/inspector/network/json-preview-expected.txt

Issue 94893003: Support for json media types as (non-image) mime types. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Test via synthetic NetworkRequest Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/inspector/network/json-preview-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/json-preview-expected.txt b/LayoutTests/http/tests/inspector/network/json-preview-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..dd7e172e696ca1f40b54a929e5fb997a09e78178
--- /dev/null
+++ b/LayoutTests/http/tests/inspector/network/json-preview-expected.txt
@@ -0,0 +1,11 @@
+Tests that resources with JSON MIME types are previewed with the JSON viewer.
+
+
+Running: test1
+Creating a NetworkRequest with type: application/json
+Its previewer is the JSON previewer: true
+
+Running: test2
+Creating a NetworkRequest with type: application/vnd.document+json
+Its previewer is the JSON previewer: true
+

Powered by Google App Engine
This is Rietveld 408576698