Chromium Code Reviews

Side by Side 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: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Dynamically remove paged overflow on the root element</title>
5 </head>
6 <body>
7 <div style="height:150vh;">
8 The word 'PASS' should be seen below.
9 <div>PASS</div>
10 </div>
11 </body>
12 </html>
OLDNEW

Powered by Google App Engine