| Index: third_party/WebKit/LayoutTests/fast/dom/Document/script-tests/invalid-domain-change-throws-exception.js
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/Document/script-tests/invalid-domain-change-throws-exception.js b/third_party/WebKit/LayoutTests/fast/dom/Document/script-tests/invalid-domain-change-throws-exception.js
|
| deleted file mode 100644
|
| index 188e707ec41fdec0122c60b86361e58a0d94d9a0..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/Document/script-tests/invalid-domain-change-throws-exception.js
|
| +++ /dev/null
|
| @@ -1,3 +0,0 @@
|
| -description("This test checks that a SECURITY_ERR exception is raised if an attempt is made to change document.domain to an invalid value.");
|
| -
|
| -shouldThrow('document.domain = "apple.com"', '"SecurityError: Failed to set the \'domain\' property on \'Document\': \'apple.com\' is not a suffix of \'\'."');
|
|
|