| 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
|
|
|