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 e0a94207f89e2db9dccfa69596773c1b1af7da67..8f2f7e3fce6159746389afaa200cedd825df3d87 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 "SecurityError: Failed to set the 'domain' property on 'Document': assignment is forbidden for the 'http' scheme." |
+PASS: Setting document.domain from a forbidden URL scheme threw exception "SecurityError: Failed to set the 'domain' property on 'Document': Assignment is forbidden for the 'http' scheme." |
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 |