| Index: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xhr-to-blob-in-isolated-world.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xhr-to-blob-in-isolated-world.html b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xhr-to-blob-in-isolated-world.html
|
| index 3ab77f4cc37a45b8a1f86ca543f746cd0d7518c4..d4f38ed02f59abadf3e2b26e4220fab08c1191a8 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xhr-to-blob-in-isolated-world.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xhr-to-blob-in-isolated-world.html
|
| @@ -1,6 +1,7 @@
|
| <body>
|
| 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.<br>
|
| -We pass if there are no console errors.
|
| +We pass if there are no 'Not allowed to load' console errors.<br>
|
| +(This will still show one console error as the blob is not available)
|
| <script>
|
| if (!window.testRunner) {
|
| document.body.appendChild(document.createTextNode("This test requires window.testRunner"));
|
|
|