blob: 3982b2226a91c6f6be337d2b6d725700db5e9402 [file] [log] [blame]
This test checks that a SECURITY_ERR exception is raised if an attempt is made to change document.domain to an invalid value.
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 successfullyParsed is true
TEST COMPLETE