blob: bf77d17f26baf3ae886b4021f34a3a882cc9f663 [file] [log] [blame]
This is a testharness.js-based test.
PASS XHR method GET with MIME type text/plain
PASS XHR method GET with MIME type text/plain (base64)
PASS XHR method GET with MIME type text/html
PASS XHR method GET with MIME type text/html;charset=UTF-8
FAIL XHR method GET with MIME type image/png assert_equals: expected "Hello, World!" but got "Hello,World!"
PASS XHR method POST with MIME type text/plain
PASS XHR method PUT with MIME type text/plain
PASS XHR method DELETE with MIME type text/plain
FAIL XHR method HEAD with MIME type text/plain assert_equals: expected "" but got "Hello, World!"
PASS XHR method UNICORN with MIME type text/plain
Harness: the test ran to completion.