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

Unified Diff: LayoutTests/http/tests/loading/state-object-security-exception-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/loading/state-object-security-exception-expected.txt
diff --git a/LayoutTests/http/tests/loading/state-object-security-exception-expected.txt b/LayoutTests/http/tests/loading/state-object-security-exception-expected.txt
index 0a637b10756dc9b5b9b7fe9eb5195cc90edcc20a..a93bdcba885830b3b345e3ea4cca9fd7e3767eba 100644
--- a/LayoutTests/http/tests/loading/state-object-security-exception-expected.txt
+++ b/LayoutTests/http/tests/loading/state-object-security-exception-expected.txt
@@ -5,28 +5,28 @@ main frame - didHandleOnloadEventsForFrame
main frame - didFinishLoadForFrame
This test makes sure that calls to pushState() and replaceState() with URLs that violate the security origin check fail as expected.
-Trying to pushState() with url http://localhost/test.html failed with exception Error: SecurityError: DOM Exception 18
+Trying to pushState() with url http://localhost/test.html failed with exception SecurityError: An attempt was made to break through the security policy of the user agent.
History length is 1
-Trying to replaceState() with url http://localhost/test.html failed with exception Error: SecurityError: DOM Exception 18
+Trying to replaceState() with url http://localhost/test.html failed with exception SecurityError: An attempt was made to break through the security policy of the user agent.
History length is 1
-Trying to pushState() with url http://localhost:8001/test.html failed with exception Error: SecurityError: DOM Exception 18
+Trying to pushState() with url http://localhost:8001/test.html failed with exception SecurityError: An attempt was made to break through the security policy of the user agent.
History length is 1
-Trying to replaceState() with url http://localhost:8001/test.html failed with exception Error: SecurityError: DOM Exception 18
+Trying to replaceState() with url http://localhost:8001/test.html failed with exception SecurityError: An attempt was made to break through the security policy of the user agent.
History length is 1
-Trying to pushState() with url http://www.webkit.org/test.html failed with exception Error: SecurityError: DOM Exception 18
+Trying to pushState() with url http://www.webkit.org/test.html failed with exception SecurityError: An attempt was made to break through the security policy of the user agent.
History length is 1
-Trying to replaceState() with url http://www.webkit.org/test.html failed with exception Error: SecurityError: DOM Exception 18
+Trying to replaceState() with url http://www.webkit.org/test.html failed with exception SecurityError: An attempt was made to break through the security policy of the user agent.
History length is 1
-Trying to pushState() with url http://www.webkit.org/ failed with exception Error: SecurityError: DOM Exception 18
+Trying to pushState() with url http://www.webkit.org/ failed with exception SecurityError: An attempt was made to break through the security policy of the user agent.
History length is 1
-Trying to replaceState() with url http://www.webkit.org/ failed with exception Error: SecurityError: DOM Exception 18
+Trying to replaceState() with url http://www.webkit.org/ failed with exception SecurityError: An attempt was made to break through the security policy of the user agent.
History length is 1
-Trying to pushState() with url ftp://www.webkit.org/ failed with exception Error: SecurityError: DOM Exception 18
+Trying to pushState() with url ftp://www.webkit.org/ failed with exception SecurityError: An attempt was made to break through the security policy of the user agent.
History length is 1
-Trying to replaceState() with url ftp://www.webkit.org/ failed with exception Error: SecurityError: DOM Exception 18
+Trying to replaceState() with url ftp://www.webkit.org/ failed with exception SecurityError: An attempt was made to break through the security policy of the user agent.
History length is 1
-Trying to pushState() with url file://anyfile.html/ failed with exception Error: SecurityError: DOM Exception 18
+Trying to pushState() with url file://anyfile.html/ failed with exception SecurityError: An attempt was made to break through the security policy of the user agent.
History length is 1
-Trying to replaceState() with url file://anyfile.html/ failed with exception Error: SecurityError: DOM Exception 18
+Trying to replaceState() with url file://anyfile.html/ failed with exception SecurityError: An attempt was made to break through the security policy of the user agent.
History length is 1

Powered by Google App Engine
This is Rietveld 408576698