Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(414)

Unified Diff: LayoutTests/http/tests/security/cross-frame-access-delete.html

Issue 14198015: Deny cross-origin access to 'window.history'. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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");

Powered by Google App Engine
This is Rietveld 408576698