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

Unified Diff: LayoutTests/http/tests/xmlhttprequest/workers/methods-expected.txt

Issue 14146002: Remove all generic expected results for which a generic Chromium expected result exists (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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
Index: LayoutTests/http/tests/xmlhttprequest/workers/methods-expected.txt
diff --git a/LayoutTests/http/tests/xmlhttprequest/workers/methods-expected.txt b/LayoutTests/http/tests/xmlhttprequest/workers/methods-expected.txt
deleted file mode 100644
index 1a2d207ddbce22db4c763ac9c6241db46bea9889..0000000000000000000000000000000000000000
--- a/LayoutTests/http/tests/xmlhttprequest/workers/methods-expected.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-GET and POST should not be the only HTTP methods implemented in XMLHttpRequest for Workers.
-
-GET(""): GET(null bytes), Content-Type: null
-GET(null): GET(null bytes), Content-Type: null
-GET("123"): GET(null bytes), Content-Type: null
-POST(""): POST(0 bytes), Content-Type: application/xml
-POST(null): POST(0 bytes), Content-Type: null
-POST("123"): POST(3 bytes), Content-Type: application/xml
-PUT(""): PUT(0 bytes), Content-Type: application/xml
-PUT(null): PUT(0 bytes), Content-Type: null
-PUT("123"): PUT(3 bytes), Content-Type: application/xml
-DELETE(""): DELETE(0 bytes), Content-Type: application/xml
-DELETE(null): DELETE(0 bytes), Content-Type: null
-DELETE("123"): DELETE(3 bytes), Content-Type: application/xml
-HEAD(""): HEAD(0 bytes), Content-Type: null
-HEAD(null): HEAD(0 bytes), Content-Type: null
-HEAD("123"): HEAD(0 bytes), Content-Type: null
-WKFOOBAR(""): WKFOOBAR(0 bytes), Content-Type: application/xml
-WKFOOBAR(null): WKFOOBAR(0 bytes), Content-Type: null
-WKFOOBAR("123"): WKFOOBAR(3 bytes), Content-Type: application/xml
-SEARCH(""): SEARCH(0 bytes), Content-Type: application/xml
-SEARCH(null): SEARCH(0 bytes), Content-Type: null
-SEARCH("123"): SEARCH(3 bytes), Content-Type: application/xml
-DONE

Powered by Google App Engine
This is Rietveld 408576698