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

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

Issue 927213004: Accept options in history APIs to allow scroll restoration to be disabled (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 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/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 81d31a326d9e3f70f46ed3574af0df15c29d21b7..35db25487c8f3f1febece01e218146659e98bc2d 100644
--- a/LayoutTests/fast/dom/Window/window-appendages-cleared.html
+++ b/LayoutTests/fast/dom/Window/window-appendages-cleared.html
@@ -11,6 +11,7 @@ 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