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

Unified Diff: LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt

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/property-access-on-cached-window-after-frame-navigated-expected.txt
diff --git a/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt b/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
index 817c4d0cc6e660035f3339e7637cac824a13331e..dcca059d54c20d661a17a509b3aa9ed474c58ea0 100644
--- a/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
+++ b/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
@@ -20,6 +20,7 @@ PASS oldChildWindow.defaultstatus is newChildWindow.defaultstatus
PASS oldChildWindow.devicePixelRatio is newChildWindow.devicePixelRatio
PASS oldChildWindow.frameElement is newChildWindow.frameElement
PASS oldChildWindow.history.length is newChildWindow.history.length
+PASS oldChildWindow.history.options.scrollRestoration is newChildWindow.history.options.scrollRestoration
PASS oldChildWindow.history.state is newChildWindow.history.state
PASS oldChildWindow.innerHeight is newChildWindow.innerHeight
PASS oldChildWindow.innerWidth is newChildWindow.innerWidth

Powered by Google App Engine
This is Rietveld 408576698