Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Unified Diff: LayoutTests/http/tests/workers/shared-worker-redirect-expected.txt

Issue 23283009: Convert SecurityError exceptions to 'es.throwSecurityError()'. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698