| Index: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xhr-to-blob-in-isolated-world-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xhr-to-blob-in-isolated-world-expected.txt b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xhr-to-blob-in-isolated-world-expected.txt
|
| index ec9b5ceec1e4a607e5a8d1a46de9a64520ac2dab..7af2d725be4cdffdb21196c06cf76dbcd467b087 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xhr-to-blob-in-isolated-world-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xhr-to-blob-in-isolated-world-expected.txt
|
| @@ -1,3 +1,5 @@
|
| CONSOLE WARNING: line 1: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
|
| +CONSOLE ERROR: line 1: Uncaught NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load 'blob:https://cloud-cuckoo-land.google:2112/456789'.
|
| This tests an isolated script's ability to XHR a blob that is in its security origin, which is not the same as the document's security origin.
|
| -We pass if there are no console errors.
|
| +We pass if there are no 'Not allowed to load' console errors.
|
| +(This will still show one console error as the blob is not available)
|
|
|