| Index: LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-before-open-sync-request-expected.txt
|
| diff --git a/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-before-open-sync-request-expected.txt b/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-before-open-sync-request-expected.txt
|
| index eaf0b43510f74a73d960633de17e63c9e6289701..b78c9e12f88114e2f1bde04daba085244dcfd752 100644
|
| --- a/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-before-open-sync-request-expected.txt
|
| +++ b/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-before-open-sync-request-expected.txt
|
| @@ -6,9 +6,9 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
|
|
| xhr.responseType = 'document';
|
| -PASS xhr.open('GET', 'http://mydomain/', false); threw exception Error: InvalidAccessError: DOM Exception 15.
|
| +PASS xhr.open('GET', 'http://mydomain/', false); threw exception InvalidAccessError: A parameter or an operation was not supported by the underlying object..
|
| xhr.responseType = 'document';
|
| -PASS xhr.open('GET', 'https://mysecuredomain/', false); threw exception Error: InvalidAccessError: DOM Exception 15.
|
| +PASS xhr.open('GET', 'https://mysecuredomain/', false); threw exception InvalidAccessError: A parameter or an operation was not supported by the underlying object..
|
| PASS window.location.protocol is "file:"
|
| xhr.responseType = 'document';
|
| xhr.open('GET', window.location.href, false);
|
|
|