| Index: third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt b/third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt
|
| index 1971f8d0c6ca822f53b3e2e68d615322b5c30c70..866cc57d80abc8b4b126104e10af6eb016f14a1a 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt
|
| @@ -23,7 +23,7 @@ bytes at offset 670166 : 8 be 3 c 6 91 2 8
|
| checksum : 84637740
|
| PASS exception correctly thrown when xhr.responseText is accessed but responseType is 'arraybuffer' : InvalidStateError: Failed to read the 'responseText' property from 'XMLHttpRequest': The value is only accessible if the object's 'responseType' is '' or 'text' (was 'arraybuffer')..
|
| PASS exception correctly thrown when xhr.responseXML is accessed but responseType is 'arraybuffer' : InvalidStateError: Failed to read the 'responseXML' property from 'XMLHttpRequest': The value is only accessible if the object's 'responseType' is '' or 'document' (was 'arraybuffer')..
|
| -PASS xhr.response.foo is 'bar'
|
| +FAIL xhr.response.foo should be bar (of type string). Was undefined (of type undefined).
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|