| Index: LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-sync-request-expected.txt
|
| diff --git a/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-sync-request-expected.txt b/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-sync-request-expected.txt
|
| index e4b9be0223e2a1c089954626a30c64fd52a025c2..ca0abd25344f26acb395ea4bbd5c3420e1c89fa2 100644
|
| --- a/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-sync-request-expected.txt
|
| +++ b/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-sync-request-expected.txt
|
| @@ -5,8 +5,8 @@ This tests that the XMLHttpRequest responseType attribute is not modifiable for
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS xhr.responseType = 'document'; threw exception Error: InvalidAccessError: DOM Exception 15.
|
| -PASS xhr.responseType = 'document'; threw exception Error: InvalidAccessError: DOM Exception 15.
|
| +PASS xhr.responseType = 'document'; threw exception InvalidAccessError: A parameter or an operation was not supported by the underlying object..
|
| +PASS xhr.responseType = 'document'; threw exception InvalidAccessError: A parameter or an operation was not supported by the underlying object..
|
| PASS window.location.protocol is "file:"
|
| xhr.responseType = 'document';
|
| PASS xhr.responseType is "document"
|
|
|