Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 description("This test checks that a SECURITY_ERR exception is raised if an atte mpt is made to change document.domain to an invalid value."); | 1 description("This test checks that a SECURITY_ERR exception is raised if an atte mpt is made to change document.domain to an invalid value."); |
| 2 | 2 |
| 3 shouldThrow('document.domain = "apple.com"', '"SecurityError: \'document.domain\ ' assignment failed: \'apple.com\' is not a suffix of \'\'."'); | 3 shouldThrow('document.domain = "apple.com"', '"SecurityError: Failed to set the \'domain\' property on \'Document\': \'apple.com\' is not a suffix of \'\'."'); |
| OLD | NEW |