| OLD | NEW |
| 1 This test checks that a SECURITY_ERR exception is raised if an attempt is made t
o change document.domain to an invalid value. | 1 This test checks that a SECURITY_ERR exception is raised if an attempt is made t
o change document.domain to an invalid value. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS document.domain = "apple.com" threw exception SecurityError: 'document.doma
in' assignment failed: 'apple.com' is not a suffix of ''.. | 6 PASS document.domain = "apple.com" threw exception SecurityError: Failed to set
the 'domain' property on 'Document': 'apple.com' is not a suffix of ''.. |
| 7 PASS successfullyParsed is true | 7 PASS successfullyParsed is true |
| 8 | 8 |
| 9 TEST COMPLETE | 9 TEST COMPLETE |
| 10 | 10 |
| OLD | NEW |