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

Unified Diff: LayoutTests/fast/dom/Window/window-property-shadowing.html

Issue 242613009: Make window.history property non replaceable (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 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/fast/dom/Window/window-property-shadowing.html
diff --git a/LayoutTests/fast/dom/Window/window-property-shadowing.html b/LayoutTests/fast/dom/Window/window-property-shadowing.html
index 0c0377e9e2710d631b8a44ca8180e61e7682b107..c4773b902d2fbf4ca4e786ee38dce48f74c42e9a 100644
--- a/LayoutTests/fast/dom/Window/window-property-shadowing.html
+++ b/LayoutTests/fast/dom/Window/window-property-shadowing.html
@@ -71,8 +71,6 @@
log(scrollY == 1 ? "PASS: scrollY successfully shadowed" : "FAIL: scrollY was not shadowed");
var self = 1;
log(self == 1 ? "PASS: self successfully shadowed" : "FAIL: self was not shadowed");
- var history = 1;
- log(history == 1 ? "PASS: history successfully shadowed" : "FAIL: history was not shadowed");
// Window functions
var getSelection = 1;

Powered by Google App Engine
This is Rietveld 408576698