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

Unified Diff: LayoutTests/http/tests/xmlhttprequest/resources/test.json

Issue 21600002: Add json responseType support to XMLHttpRequest (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 7 years, 4 months 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
« no previous file with comments | « no previous file | LayoutTests/http/tests/xmlhttprequest/response-json.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/xmlhttprequest/resources/test.json
diff --git a/LayoutTests/http/tests/xmlhttprequest/resources/test.json b/LayoutTests/http/tests/xmlhttprequest/resources/test.json
new file mode 100644
index 0000000000000000000000000000000000000000..e9138a9e2df5f63728d45924cdc7758ab742ae93
--- /dev/null
+++ b/LayoutTests/http/tests/xmlhttprequest/resources/test.json
@@ -0,0 +1 @@
+["a", "b", 2, {"3": 3}]
« no previous file with comments | « no previous file | LayoutTests/http/tests/xmlhttprequest/response-json.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698