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

Unified Diff: LayoutTests/fast/dom/Document/invalid-domain-change-throws-exception-expected.txt

Issue 23321002: Convert 'document.domain' 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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Document/script-tests/invalid-domain-change-throws-exception.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3fa524df4f0ce076c4db51099f7eb3cdb6b81849..6b14f63cf6b4480616da67666b80d633f22b8521 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 SecurityError: 'document.domain' assignment failed: 'apple.com' is not a suffix of ''..
+PASS document.domain = "apple.com" threw exception SecurityError: Failed to set the 'domain' property on 'Document': 'apple.com' is not a suffix of ''..
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Document/script-tests/invalid-domain-change-throws-exception.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698