Update test expectations for #2731

This commit is contained in:
Manish Goregaokar 2014-07-01 23:06:00 +05:30
parent 51f2dbd64d
commit 47d8021231
3 changed files with 0 additions and 30 deletions

View file

@ -1,5 +0,0 @@
[getallresponseheaders-cookies.htm]
type: testharness
[XMLHttpRequest: getAllResponseHeaders() excludes cookies]
expected: FAIL

View file

@ -1,5 +0,0 @@
[getresponseheader-cookies-and-more.htm]
type: testharness
[XMLHttpRequest: getResponseHeader() custom/non-existent headers and cookies]
expected: FAIL

View file

@ -1,20 +0,0 @@
[responsetype.html]
type: testharness
[Set responseType to "" when readyState is OPENED and the sync flag is set.]
expected: FAIL
[Set responseType to "json" when readyState is OPENED and the sync flag is set.]
expected: FAIL
[Set responseType to "document" when readyState is OPENED and the sync flag is set.]
expected: FAIL
[Set responseType to "arraybuffer" when readyState is OPENED and the sync flag is set.]
expected: FAIL
[Set responseType to "blob" when readyState is OPENED and the sync flag is set.]
expected: FAIL
[Set responseType to "text" when readyState is OPENED and the sync flag is set.]
expected: FAIL