blob: e2a87113baa23cef8fbb9dffe10360d090adfe21 [file] [log] [blame]
Tests that a blob URL fetched via XHR has appropriate Content-Type and Content-Length headers.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS xhr.getResponseHeader('Content-Type') is "image/jpeg"
PASS xhr.getResponseHeader('Content-Length') is "764"
PASS successfullyParsed is true
TEST COMPLETE