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

Unified Diff: LayoutTests/fast/history/scroll-restoration/resources/blank1.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/history/scroll-restoration/resources/blank1.html
diff --git a/LayoutTests/fast/history/scroll-restoration/resources/blank1.html b/LayoutTests/fast/history/scroll-restoration/resources/blank1.html
new file mode 100644
index 0000000000000000000000000000000000000000..6b4df1ef2fce66d4729b56f282615403b1334947
--- /dev/null
+++ b/LayoutTests/fast/history/scroll-restoration/resources/blank1.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<style>
+body {
+ height: 2000px;
+ width: 2000px;
+}
+</style>
+<body> Blank 1 </body>

Powered by Google App Engine
This is Rietveld 408576698