| Index: LayoutTests/http/tests/security/cross-frame-access-delete.html
|
| diff --git a/LayoutTests/http/tests/security/cross-frame-access-delete.html b/LayoutTests/http/tests/security/cross-frame-access-delete.html
|
| index c02b0b1d4304405b55a6af54a926e493530ef03e..6217eb04111364d3bde8e41a3b420c3ba2baa91c 100644
|
| --- a/LayoutTests/http/tests/security/cross-frame-access-delete.html
|
| +++ b/LayoutTests/http/tests/security/cross-frame-access-delete.html
|
| @@ -21,8 +21,6 @@
|
|
|
| shouldBe("eval('delete targetWindow.existingProperty')", "false");
|
| shouldBe("eval('delete targetWindow[1]')", "false");
|
| - shouldBe("eval('delete targetWindow.history.existingProperty')", "false");
|
| - shouldBe("eval('delete targetWindow.history[1]')", "false");
|
| shouldBe("eval('delete targetWindow.location.existingProperty')", "false");
|
| shouldBe("eval('delete targetWindow.location[1]')", "false");
|
|
|
|
|