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

Unified Diff: LayoutTests/fast/pagination/paged-x-to-paged-y-expected.html

Issue 157553002: Remove the Pagination struct, clean up viewport scroll policy propagation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase master Created 6 years, 10 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/pagination/paged-x-to-paged-y-expected.html
diff --git a/LayoutTests/fast/pagination/paged-x-to-paged-y-expected.html b/LayoutTests/fast/pagination/paged-x-to-paged-y-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..b1e7d83262e59887ebdf51b48220f1996ec3d927
--- /dev/null
+++ b/LayoutTests/fast/pagination/paged-x-to-paged-y-expected.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Changing from paged-x to paged-y</title>
+ </head>
+ <body>
+ There should be a vertical scrollbar on this page.
+ <div style="position:absolute; top:0; width:1px; height:200vh;"></div>
+ </body>
+</html>
« no previous file with comments | « LayoutTests/fast/pagination/paged-x-to-paged-y.html ('k') | LayoutTests/fast/pagination/paged-y-to-paged-x.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698