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

Unified Diff: LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-open-method-allowed-expected.txt

Issue 347653003: XMLHttpRequest must build a request using the given method as-is for non-standard types (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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/xmlhttprequest-open-method-allowed-expected.txt
diff --git a/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-open-method-allowed-expected.txt b/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-open-method-allowed-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e5cd690bf6940a5c1f430d2020aa7d8186fe7218
--- /dev/null
+++ b/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-open-method-allowed-expected.txt
@@ -0,0 +1,15 @@
+Valid methods per step-5 of http://xhr.spec.whatwg.org/#the-open()-method.
+
+PUT
+PUT
+DELETE
+DELETE
+HEAD
+HEAD
+OPTIONS
+OPTIONS
+POST
+POST
+GET
+GET
+

Powered by Google App Engine
This is Rietveld 408576698