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

Unified Diff: LayoutTests/fast/dom/Document/invalid-domain-change-throws-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/fast/dom/Document/invalid-domain-change-throws-exception-expected.txt
diff --git a/LayoutTests/fast/dom/Document/invalid-domain-change-throws-exception-expected.txt b/LayoutTests/fast/dom/Document/invalid-domain-change-throws-exception-expected.txt
index 3982b2226a91c6f6be337d2b6d725700db5e9402..a30bbf4eda1f85260fdf00b4d27c165a9afc8098 100644
--- a/LayoutTests/fast/dom/Document/invalid-domain-change-throws-exception-expected.txt
+++ b/LayoutTests/fast/dom/Document/invalid-domain-change-throws-exception-expected.txt
@@ -3,7 +3,7 @@ This test checks that a SECURITY_ERR exception is raised if an attempt is made t
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS document.domain = "apple.com" threw exception Error: SecurityError: DOM Exception 18.
+PASS document.domain = "apple.com" threw exception SecurityError: An attempt was made to break through the security policy of the user agent..
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698