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

Side by Side Diff: LayoutTests/http/tests/xmlhttprequest/methods-expected.txt

Issue 1288273004: Auto-rebaseline for r200742 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | Annotate | Revision Log
OLDNEW
1 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated bec ause of its detrimental effects to the end user's experience. For more help, che ck http://xhr.spec.whatwg.org/. 1 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated bec ause of its detrimental effects to the end user's experience. For more help, che ck http://xhr.spec.whatwg.org/.
2 Tests for bug 3812 - GET and POST should not be the only HTTP methods implemente d in XMLHttpRequest. 2 Tests for bug 3812 - GET and POST should not be the only HTTP methods implemente d in XMLHttpRequest.
3 3
4 GET(""): GET(null bytes), Content-Type: null 4 GET(""): GET(null bytes), Content-Type: null
5 GET(null): GET(null bytes), Content-Type: null 5 GET(null): GET(null bytes), Content-Type: null
6 GET("123"): GET(null bytes), Content-Type: null 6 GET("123"): GET(null bytes), Content-Type: null
7 POST(""): POST(0 bytes), Content-Type: text/plain;charset=UTF-8 7 POST(""): POST(0 bytes), Content-Type: text/plain;charset=UTF-8
8 POST(null): POST(0 bytes), Content-Type: null 8 POST(null): POST(0 bytes), Content-Type: null
9 POST("123"): POST(3 bytes), Content-Type: text/plain;charset=UTF-8 9 POST("123"): POST(3 bytes), Content-Type: text/plain;charset=UTF-8
10 PUT(""): PUT(0 bytes), Content-Type: text/plain;charset=UTF-8 10 PUT(""): PUT(0 bytes), Content-Type: text/plain;charset=UTF-8
11 PUT(null): PUT(0 bytes), Content-Type: null 11 PUT(null): PUT(0 bytes), Content-Type: null
12 PUT("123"): PUT(3 bytes), Content-Type: text/plain;charset=UTF-8 12 PUT("123"): PUT(3 bytes), Content-Type: text/plain;charset=UTF-8
13 DELETE(""): DELETE(0 bytes), Content-Type: text/plain;charset=UTF-8 13 DELETE(""): DELETE(0 bytes), Content-Type: text/plain;charset=UTF-8
14 DELETE(null): DELETE(null bytes), Content-Type: null 14 DELETE(null): DELETE(null bytes), Content-Type: null
15 DELETE("123"): DELETE(3 bytes), Content-Type: text/plain;charset=UTF-8 15 DELETE("123"): DELETE(3 bytes), Content-Type: text/plain;charset=UTF-8
16 HEAD(""): HEAD(0 bytes), Content-Type: null 16 HEAD(""): HEAD(null bytes), Content-Type: null
17 HEAD(null): HEAD(0 bytes), Content-Type: null 17 HEAD(null): HEAD(null bytes), Content-Type: null
18 HEAD("123"): HEAD(0 bytes), Content-Type: null 18 HEAD("123"): HEAD(null bytes), Content-Type: null
19 WKFOOBAR(""): WKFOOBAR(0 bytes), Content-Type: text/plain;charset=UTF-8 19 WKFOOBAR(""): WKFOOBAR(0 bytes), Content-Type: text/plain;charset=UTF-8
20 WKFOOBAR(null): WKFOOBAR(null bytes), Content-Type: null 20 WKFOOBAR(null): WKFOOBAR(null bytes), Content-Type: null
21 WKFOOBAR("123"): WKFOOBAR(3 bytes), Content-Type: text/plain;charset=UTF-8 21 WKFOOBAR("123"): WKFOOBAR(3 bytes), Content-Type: text/plain;charset=UTF-8
22 SEARCH(""): SEARCH(0 bytes), Content-Type: text/plain;charset=UTF-8 22 SEARCH(""): SEARCH(0 bytes), Content-Type: text/plain;charset=UTF-8
23 SEARCH(null): SEARCH(null bytes), Content-Type: null 23 SEARCH(null): SEARCH(null bytes), Content-Type: null
24 SEARCH("123"): SEARCH(3 bytes), Content-Type: text/plain;charset=UTF-8 24 SEARCH("123"): SEARCH(3 bytes), Content-Type: text/plain;charset=UTF-8
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698