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

Unified Diff: LayoutTests/http/tests/xmlhttprequest/methods-async-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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/http/tests/xmlhttprequest/methods-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/xmlhttprequest/methods-async-expected.txt
diff --git a/LayoutTests/http/tests/xmlhttprequest/methods-async-expected.txt b/LayoutTests/http/tests/xmlhttprequest/methods-async-expected.txt
index 6ce75ff5e3a3d8b9693032aa0b684333053039d6..b135a160ce6ce68ba83ed2289709fc0dedb6e157 100644
--- a/LayoutTests/http/tests/xmlhttprequest/methods-async-expected.txt
+++ b/LayoutTests/http/tests/xmlhttprequest/methods-async-expected.txt
@@ -12,9 +12,9 @@ PUT("123"): PUT(3 bytes), Content-Type: text/plain;charset=UTF-8
DELETE(""): DELETE(0 bytes), Content-Type: text/plain;charset=UTF-8
DELETE(null): DELETE(null bytes), Content-Type: null
DELETE("123"): DELETE(3 bytes), Content-Type: text/plain;charset=UTF-8
-HEAD(""): HEAD(0 bytes), Content-Type: null
-HEAD(null): HEAD(0 bytes), Content-Type: null
-HEAD("123"): HEAD(0 bytes), Content-Type: null
+HEAD(""): HEAD(null bytes), Content-Type: null
+HEAD(null): HEAD(null bytes), Content-Type: null
+HEAD("123"): HEAD(null bytes), Content-Type: null
WKFOOBAR(""): WKFOOBAR(0 bytes), Content-Type: text/plain;charset=UTF-8
WKFOOBAR(null): WKFOOBAR(null bytes), Content-Type: null
WKFOOBAR("123"): WKFOOBAR(3 bytes), Content-Type: text/plain;charset=UTF-8
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/http/tests/xmlhttprequest/methods-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698