Index: LayoutTests/http/tests/workers/shared-worker-redirect-expected.txt |
diff --git a/LayoutTests/http/tests/workers/shared-worker-redirect-expected.txt b/LayoutTests/http/tests/workers/shared-worker-redirect-expected.txt |
index 491b887325d7ae834ee0ab827e930c7258278e24..aa1fcc6cedec48e8f2e6fd8ca86f1788528ef39a 100644 |
--- a/LayoutTests/http/tests/workers/shared-worker-redirect-expected.txt |
+++ b/LayoutTests/http/tests/workers/shared-worker-redirect-expected.txt |
@@ -1,6 +1,6 @@ |
Test that loading the shared worker's script does not allow a cross origin redirect (bug 26146) |
-SUCCESS: threw exception (SecurityError: Failed to create a worker: script with origin 'http://localhost:8000' cannot be accessed from origin 'http://127.0.0.1:8000'.) when attempting to cross origin while loading the worker script. |
+SUCCESS: threw exception (SecurityError: Failed to create a worker: script at 'http://localhost:8000/workers/resources/worker-target.js' cannot be accessed from origin 'http://127.0.0.1:8000'.) when attempting to cross origin while loading the worker script. |
SUCCESS: threw error when attempting to redirected cross origin while loading the worker script. |
DONE |