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

Side by Side Diff: LayoutTests/fast/overflow/scroll-html-paged-body.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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html style="overflow:scroll; background:white; color:black;">
3 <head>
4 <title>Scroll overflow on HTML, paged overflow on BODY</title>
5 </head>
6 <body style="overflow:-webkit-paged-x; overflow:paged-x; -webkit-column-gap: 0; width:20em; height:20em; background:cyan;">
7 <div style="height:35em;">
8 <p>There should be a relatively small scrollable box (2 pages) with a cyan background here.</p>
9 <p>The viewport should have scrollbars in both directions (there's n ot enough content to
10 make it scrollable, though)</p>
11 </div>
12 </body>
13 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698