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

Side by Side Diff: third_party/WebKit/LayoutTests/printing/overflow-auto.html

Issue 2298193002: Fragment blocks with non-visible overflow as normally when printing. (Closed)
Patch Set: Created 4 years, 3 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/overflow-auto-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 <p>There should be some text below this paragraph, on this page. The text should flow nicely into
7 the next page. The number of pages should be 6.</p>
8 <div style="overflow:auto; font-size:4em; height:510vh; orphans:1; widows:1;">
9 Line of text.<br>
10 Line of text.<br>
11 Line of text.<br>
12 Line of text.<br>
13 Line of text.<br>
14 Line of text.<br>
15 Line of text.<br>
16 Line of text.<br>
17 Line of text.<br>
18 Line of text.<br>
19 Line of text.<br>
20 Line of text.<br>
21 Line of text.<br>
22 Line of text.<br>
23 Line of text.<br>
24 Line of text.<br>
25 Line of text.<br>
26 Line of text.<br>
27 Line of text.<br>
28 Line of text.<br>
29 </div>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/printing/overflow-auto-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698