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

Unified Diff: LayoutTests/http/tests/xmlhttprequest/request-encoding2-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/request-encoding2-expected.txt
diff --git a/LayoutTests/http/tests/xmlhttprequest/request-encoding2-expected.txt b/LayoutTests/http/tests/xmlhttprequest/request-encoding2-expected.txt
index 91a01b188097a75dd3da247c4a5ed504f6456968..b2e2546a58badcfa4962e4b3926628981cce66ee 100644
--- a/LayoutTests/http/tests/xmlhttprequest/request-encoding2-expected.txt
+++ b/LayoutTests/http/tests/xmlhttprequest/request-encoding2-expected.txt
@@ -1,6 +1,6 @@
Test for bug 34653: XMLHttpRequest should force to send content-type as charset equals UTF-8.
-Test1 (setRequestHeader was not called): SUCCESS
+Test1 (setRequestHeader was not called): FAILURE: 'text/plain;charset=UTF-8 '
Test2 (setRequestHeader was called without a charset): SUCCESS
Test3 (setRequestHeader was called with a non-UTF8 charset): SUCCESS
Test4 (setRequestHeader was called with multiple charsets and other attributes): SUCCESS

Powered by Google App Engine
This is Rietveld 408576698