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

Side by Side Diff: LayoutTests/http/tests/xmlhttprequest/methods-lower-case-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 unified diff | Download patch
OLDNEW
1 Tests for bug 8099 - XMLHttpRequest lowercase post requests broken. 1 Tests for bug 8099 - XMLHttpRequest lowercase post requests broken.
2 2
3 get(""): GET(null bytes), Content-Type: null 3 get(""): GET(null bytes), Content-Type: null
4 post(""): POST(0 bytes), Content-Type: application/xml 4 post(""): POST(0 bytes), Content-Type: text/plain;charset=UTF-8
5 DoIt(""): DoIt(0 bytes), Content-Type: application/xml 5 DoIt(""): DoIt(0 bytes), Content-Type: text/plain;charset=UTF-8
6 get(""): GET(null bytes), Content-Type: null 6 get(""): GET(null bytes), Content-Type: null
7 post(""): POST(0 bytes), Content-Type: application/xml 7 post(""): POST(0 bytes), Content-Type: text/plain;charset=UTF-8
8 DoIt(""): DoIt(0 bytes), Content-Type: application/xml 8 DoIt(""): DoIt(0 bytes), Content-Type: text/plain;charset=UTF-8
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698