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

Unified Diff: LayoutTests/http/tests/xmlhttprequest/post-content-type-expected.txt

Issue 22601002: Correct the default Content-Type for XHR Post with string data as per XHR specification. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
Index: LayoutTests/http/tests/xmlhttprequest/post-content-type-expected.txt
diff --git a/LayoutTests/http/tests/xmlhttprequest/post-content-type-expected.txt b/LayoutTests/http/tests/xmlhttprequest/post-content-type-expected.txt
index 9d15e0702470c9643d229a7113ae2fcb6a103757..5860d8b3f207d01c3061e91d962617a0ba3e5384 100644
--- a/LayoutTests/http/tests/xmlhttprequest/post-content-type-expected.txt
+++ b/LayoutTests/http/tests/xmlhttprequest/post-content-type-expected.txt
@@ -2,5 +2,5 @@ Test for bug 3565 - posting data via XMLHttpRequest doesn't work (wrong Content-
Should be application/xml:
-application/xml
+text/plain;charset=UTF-8

Powered by Google App Engine
This is Rietveld 408576698