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

Unified Diff: LayoutTests/http/tests/security/setDomainRelaxationForbiddenForURLScheme-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/security/setDomainRelaxationForbiddenForURLScheme-expected.txt
diff --git a/LayoutTests/http/tests/security/setDomainRelaxationForbiddenForURLScheme-expected.txt b/LayoutTests/http/tests/security/setDomainRelaxationForbiddenForURLScheme-expected.txt
index 42c98b8430ab5fbcb9a953dff7de5c610bbb71cf..175ac2eb28150abe75d9352ece4deb8589e8ca34 100644
--- a/LayoutTests/http/tests/security/setDomainRelaxationForbiddenForURLScheme-expected.txt
+++ b/LayoutTests/http/tests/security/setDomainRelaxationForbiddenForURLScheme-expected.txt
@@ -3,7 +3,7 @@ Test for Bug 33806: Would like API to disallow setting of document.domain for pa
PASS: document.domain should be 127.0.0.1 and is
PASS: document.domain should be 0.0.1 and is
Forbidding domain relaxation for the http: scheme
-PASS: Setting document.domain from a forbidden URL scheme threw exception "Error: SecurityError: DOM Exception 18"
+PASS: Setting document.domain from a forbidden URL scheme threw exception "SecurityError: An attempt was made to break through the security policy of the user agent."
PASS: document.domain should be 0.0.1 and is
Allowing domain relaxation for the http: scheme
PASS: document.domain should be 0.1 and is

Powered by Google App Engine
This is Rietveld 408576698