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

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, 8 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 a32830c078d64e2354ff5f0dc95a7562d09c9f4e..1bad5755ba74ebbc1bd9c691b744b98fe4f53e66 100644
--- a/LayoutTests/http/tests/security/cross-frame-access-get.html
+++ b/LayoutTests/http/tests/security/cross-frame-access-get.html
@@ -148,6 +148,7 @@
"eval",
"event",
"frameElement",
+ "history",
"images",
"innerHeight",
"innerWidth",
@@ -209,7 +210,6 @@
var windowAttributesPropertiesAllowed = [
"closed",
"frames",
- "history",
"length",
"opener",
"parent",

Powered by Google App Engine
This is Rietveld 408576698