Index: LayoutTests/http/tests/xmlhttprequest/workers/methods-async-expected.txt |
diff --git a/LayoutTests/http/tests/xmlhttprequest/workers/methods-async-expected.txt b/LayoutTests/http/tests/xmlhttprequest/workers/methods-async-expected.txt |
index 265db5b5ff234c3d10c274a37b9b912df7bf27ec..b19e160279d7a334df424263a390af0e087adb53 100644 |
--- a/LayoutTests/http/tests/xmlhttprequest/workers/methods-async-expected.txt |
+++ b/LayoutTests/http/tests/xmlhttprequest/workers/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 |