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

Unified Diff: LayoutTests/fast/dom/Window/window-appendages-cleared.html

Issue 1239463005: Replace history.options with history.scrollRestoration attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Move setScrollRestorationType to History Created 5 years, 5 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-appendages-cleared.html
diff --git a/LayoutTests/fast/dom/Window/window-appendages-cleared.html b/LayoutTests/fast/dom/Window/window-appendages-cleared.html
index 35db25487c8f3f1febece01e218146659e98bc2d..81d31a326d9e3f70f46ed3574af0df15c29d21b7 100644
--- a/LayoutTests/fast/dom/Window/window-appendages-cleared.html
+++ b/LayoutTests/fast/dom/Window/window-appendages-cleared.html
@@ -11,7 +11,6 @@ history.length = "LEFTOVER";
history.back = "LEFTOVER";
history.forward = "LEFTOVER";
history.randomProperty = "LEFTOVER";
-history.options = "LEFTOVER";
location.assign = "LEFTOVER";
location.reload = "LEFTOVER";

Powered by Google App Engine
This is Rietveld 408576698