blob: 3b293ac04da659cd2ec832311ac9f76b9cead2f0 [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 SecurityError (DOM Exception 18): The operation is insecure..
PASS successfullyParsed is true
TEST COMPLETE