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

Side by Side Diff: third_party/WebKit/LayoutTests/printing/respect-layout-overflow-from-pagination-expected.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
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;}
8 </style>
9 <p>When printed, there should be a square at the top of each page, except for th is page.</p>
10 <div style="width: 105%">
11 <div class="carddiv">Top of page?</div>
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698