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

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

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 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 8549020a33f2572bbef563dd419b01c2c5971464..15eb8a5ee55110c7322a80b8ed0b28909f2b1067 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 (Error: SecurityError: DOM Exception 18) when attempting to cross origin while loading the worker script.
+SUCCESS: threw exception (SecurityError: An attempt was made to break through the security policy of the user agent.) 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