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

Unified Diff: LayoutTests/http/tests/security/cross-frame-access-get.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-get.html
diff --git a/LayoutTests/http/tests/security/cross-frame-access-get.html b/LayoutTests/http/tests/security/cross-frame-access-get.html
index 884d045f2473d6d7a9975146f539aa69d6c31054..b1829432cf1d4cfccb4f280cc055a8103ccce179 100644
--- a/LayoutTests/http/tests/security/cross-frame-access-get.html
+++ b/LayoutTests/http/tests/security/cross-frame-access-get.html
@@ -145,6 +145,7 @@
"eval",
"event",
"frameElement",
+ "history",
"images",
"innerHeight",
"innerWidth",
@@ -206,7 +207,6 @@
var windowAttributesPropertiesAllowed = [
"closed",
"frames",
- "history",
"length",
"opener",
"parent",

Powered by Google App Engine
This is Rietveld 408576698