Index: LayoutTests/http/tests/workers/worker-redirect-expected.txt |
diff --git a/LayoutTests/http/tests/workers/worker-redirect-expected.txt b/LayoutTests/http/tests/workers/worker-redirect-expected.txt |
index 6286669ce70e1071397956898ac374db3cb3c5b5..37be9b5104fb2bce58e4a92d80cac78f15520f3c 100644 |
--- a/LayoutTests/http/tests/workers/worker-redirect-expected.txt |
+++ b/LayoutTests/http/tests/workers/worker-redirect-expected.txt |
@@ -1,6 +1,6 @@ |
Test that loading the 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 |