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

Unified Diff: LayoutTests/fast/pagination/html-make-unpaginated-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/html-make-unpaginated-expected.html
diff --git a/LayoutTests/fast/pagination/html-make-unpaginated-expected.html b/LayoutTests/fast/pagination/html-make-unpaginated-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..b657f36c561392726e3b0411556228d66b298a6b
--- /dev/null
+++ b/LayoutTests/fast/pagination/html-make-unpaginated-expected.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Dynamically remove paged overflow on the root element</title>
+ </head>
+ <body>
+ <div style="height:150vh;">
+ The word 'PASS' should be seen below.
+ <div>PASS</div>
+ </div>
+ </body>
+</html>
« no previous file with comments | « LayoutTests/fast/pagination/html-make-unpaginated.html ('k') | LayoutTests/fast/pagination/paged-x-to-paged-y.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698