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

Unified Diff: LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-open-method-case-insensitive-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: update review comments and rebase 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-case-insensitive-expected.txt
diff --git a/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-open-method-case-insensitive-expected.txt b/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-open-method-case-insensitive-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..1213c4e30e29593aa9d2f9f4c042f03f77a982be
--- /dev/null
+++ b/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-open-method-case-insensitive-expected.txt
@@ -0,0 +1,14 @@
+non-standard method names should be returned as is per step-5 of http://xhr.spec.whatwg.org/#the-open()-method.
+
+This is a testharness.js-based test.
+PASS XMLHttpRequest: open() - case-insensitive methods test
+PASS XMLHttpRequest: open() - case-insensitive methods test 1
+PASS XMLHttpRequest: open() - case-insensitive methods test 2
+PASS XMLHttpRequest: open() - case-insensitive methods test 3
+PASS XMLHttpRequest: open() - case-insensitive methods test 4
+PASS XMLHttpRequest: open() - case-insensitive methods test 5
+PASS XMLHttpRequest: open() - case-insensitive methods test 6
+PASS XMLHttpRequest: open() - case-insensitive methods test 7
+PASS XMLHttpRequest: open() - case-insensitive methods test 8
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698