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

Unified Diff: LayoutTests/fast/overflow/hidden-html-paged-body-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/overflow/hidden-html-paged-body-expected.html
diff --git a/LayoutTests/fast/overflow/hidden-html-paged-body-expected.html b/LayoutTests/fast/overflow/hidden-html-paged-body-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..365a351fe5780309b578e2696708b9a197872fde
--- /dev/null
+++ b/LayoutTests/fast/overflow/hidden-html-paged-body-expected.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html style="">
+ <head>
+ <title>Hidden overflow on HTML, paged overflow on BODY</title>
+ </head>
+ <body style="background:white; color:black;">
+ <div style="overflow:-webkit-paged-x; overflow:paged-x; -webkit-column-gap:0; width:20em; height:20em; background:cyan;">
+ <div style="height:35em;">
+ <p>There should be a relatively small scrollable box (2 pages) with a cyan background here.</p>
+ <p>The viewport should not have scrollbars.</p>
+ </div>
+ </div>
+ </body>
+</html>
« no previous file with comments | « LayoutTests/fast/overflow/hidden-html-paged-body.html ('k') | LayoutTests/fast/overflow/hidden-viewport-x.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698