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

Side by Side Diff: third_party/WebKit/LayoutTests/printing/respect-layout-overflow-from-pagination.html

Issue 2747623002: Avoid clearing a page's layout overflow after paginated layout (Closed)
Patch Set: bug 664235 Created 3 years, 8 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/printing/respect-layout-overflow-from-pagination-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <script>
3 if (window.testRunner)
4 testRunner.setPrinting();
5 </script>
6 <style>
7 .carddiv { break-before:page; width:200px; height:200px; border:1px solid; b ackground:hotpink;}
8 @media print { #container { width: 105%; } }
9 </style>
10 <p>When printed, there should be a square at the top of each page, except for th is page.</p>
11 <div id="container">
12 <div class="carddiv">Top of page?</div>
13 <div class="carddiv">Top of page?</div>
14 <div class="carddiv">Top of page?</div>
15 <div class="carddiv">Top of page?</div>
16 <div class="carddiv">Top of page?</div>
17 <div class="carddiv">Top of page?</div>
18 </div>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/printing/respect-layout-overflow-from-pagination-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698