Index: LayoutTests/platform/win/http/tests/xmlhttprequest/workers/shared-worker-methods-expected.txt |
diff --git a/LayoutTests/platform/win/http/tests/xmlhttprequest/workers/shared-worker-methods-expected.txt b/LayoutTests/platform/win/http/tests/xmlhttprequest/workers/shared-worker-methods-expected.txt |
deleted file mode 100644 |
index 6e90ff81a2b860f8d2568edf3c8798de648f4d16..0000000000000000000000000000000000000000 |
--- a/LayoutTests/platform/win/http/tests/xmlhttprequest/workers/shared-worker-methods-expected.txt |
+++ /dev/null |
@@ -1,24 +0,0 @@ |
-GET and POST should not be the only HTTP methods implemented in XMLHttpRequest for SharedWorkers. |
- |
-GET(""): GET(0 bytes), Content-Type: null |
-GET(null): GET(0 bytes), Content-Type: null |
-GET("123"): GET(0 bytes), Content-Type: null |
-POST(""): POST(0 bytes), Content-Type: text/plain;charset=UTF-8 |
-POST(null): POST(0 bytes), Content-Type: null |
-POST("123"): POST(3 bytes), Content-Type: text/plain;charset=UTF-8 |
-PUT(""): PUT(0 bytes), Content-Type: text/plain;charset=UTF-8 |
-PUT(null): PUT(0 bytes), Content-Type: null |
-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(0 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 |
-WKFOOBAR(""): null(null bytes), Content-Type: null |
-WKFOOBAR(null): null(null bytes), Content-Type: null |
-WKFOOBAR("123"): null(null bytes), Content-Type: null |
-SEARCH(""): null(null bytes), Content-Type: null |
-SEARCH(null): null(null bytes), Content-Type: null |
-SEARCH("123"): null(null bytes), Content-Type: null |
-DONE |