| Index: LayoutTests/fast/xmlhttprequest/xmlhttprequest-sync-disabled-expected.txt
|
| diff --git a/LayoutTests/fast/xmlhttprequest/xmlhttprequest-sync-disabled-expected.txt b/LayoutTests/fast/xmlhttprequest/xmlhttprequest-sync-disabled-expected.txt
|
| index c488c2d2036ebccab1634327121313528677c11a..608c5f6b151cffc1c125e15d694c847ec31d7084 100644
|
| --- a/LayoutTests/fast/xmlhttprequest/xmlhttprequest-sync-disabled-expected.txt
|
| +++ b/LayoutTests/fast/xmlhttprequest/xmlhttprequest-sync-disabled-expected.txt
|
| @@ -1,10 +1,9 @@
|
| -CONSOLE MESSAGE: Synchronous XMLHttpRequests are disabled for this page.
|
| This tests that synchronous XMLHttpRequests fail when they are disabled for documents.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS xhr.open("GET", "http://mydomain/", false) threw exception InvalidAccessError: A parameter or an operation was not supported by the underlying object..
|
| +PASS xhr.open("GET", "http://mydomain/", false) threw exception InvalidAccessError: Failed to execute 'open' on 'XMLHttpRequest': synchronous requests are disabled for this page..
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|