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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/XMLHttpRequest/getallresponseheaders-expected.txt

Issue 2828753002: XHR: Lowercase header names returned by getAllResponseHeaders(). (Closed)
Patch Set: Rebased patch Created 3 years, 7 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 unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS XMLHttpRequest: getAllResponseHeaders() 2 PASS XMLHttpRequest: getAllResponseHeaders()
3 FAIL XMLHttpRequest: getAllResponseHeaders() 1 assert_equals: expected "also-her e: Mr. PB\r\newok: lego\r\nfoo-test: 1, 2\r\n" but got "ALSO-here: Mr. PB\r\nfoo -TEST: 1, 2\r\newok: lego\r\n" 3 FAIL XMLHttpRequest: getAllResponseHeaders() 1 assert_equals: expected "also-her e: Mr. PB\r\newok: lego\r\nfoo-test: 1, 2\r\n" but got "also-here: Mr. PB\r\nfoo -test: 1, 2\r\newok: lego\r\n"
4 Harness: the test ran to completion. 4 Harness: the test ran to completion.
5 5
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698