| 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 e86a7aaf556b85d21668391beada52a0dfcd0dec..3ab77f4cc37a45b8a1f86ca543f746cd0d7518c4 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
|
| @@ -8,9 +8,9 @@ if (!window.testRunner) {
|
| testRunner.dumpAsText();
|
| // Can't use chrome-extension:// since it's an unknown scheme and
|
| // will fail validation in content/ land; so pretend that
|
| - // gopher://adblskgasgf is a chrome extension origin.
|
| - testRunner.setIsolatedWorldSecurityOrigin(1, "gopher://adblskgasgf");
|
| - testRunner.evaluateScriptInIsolatedWorld(1, "var xhr = new XMLHttpRequest(); xhr.open('GET', 'blob:gopher://adblskgasgf/456789', false); xhr.send();");
|
| + // https://cloud-cuckoo-land.google:2112 is a chrome extension origin.
|
| + testRunner.setIsolatedWorldSecurityOrigin(1, "https://cloud-cuckoo-land.google:2112");
|
| + testRunner.evaluateScriptInIsolatedWorld(1, "var xhr = new XMLHttpRequest(); xhr.open('GET', 'blob:https://cloud-cuckoo-land.google:2112/456789', false); xhr.send();");
|
| }
|
| </script>
|
| </body>
|
|
|