| Index: LayoutTests/http/tests/xmlhttprequest/methods-expected.txt
|
| diff --git a/LayoutTests/http/tests/xmlhttprequest/methods-expected.txt b/LayoutTests/http/tests/xmlhttprequest/methods-expected.txt
|
| index efbc91b2775b3807666b1c6e00acaf2afada6402..c5394b9a3a5ac43be3112ac817a416f6059c9f5d 100644
|
| --- a/LayoutTests/http/tests/xmlhttprequest/methods-expected.txt
|
| +++ b/LayoutTests/http/tests/xmlhttprequest/methods-expected.txt
|
| @@ -13,9 +13,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
|
|
|