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

Unified Diff: third_party/WebKit/LayoutTests/printing/overflow-auto-expected.html

Issue 2298193002: Fragment blocks with non-visible overflow as normally when printing. (Closed)
Patch Set: Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/printing/overflow-auto-expected.html
diff --git a/third_party/WebKit/LayoutTests/printing/overflow-auto-expected.html b/third_party/WebKit/LayoutTests/printing/overflow-auto-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..71d8d531455acf56d7160b63cbaf306b5f6dee1b
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/printing/overflow-auto-expected.html
@@ -0,0 +1,29 @@
+<!DOCTYPE html>
+<script>
+if (window.testRunner)
+ testRunner.setPrinting();
+</script>
+<p>There should be some text below this paragraph, on this page. The text should flow nicely into
+ the next page. The number of pages should be 6.</p>
+<div style="font-size:4em; height:510vh; orphans:1; widows:1;">
+ Line of text.<br>
+ Line of text.<br>
+ Line of text.<br>
+ Line of text.<br>
+ Line of text.<br>
+ Line of text.<br>
+ Line of text.<br>
+ Line of text.<br>
+ Line of text.<br>
+ Line of text.<br>
+ Line of text.<br>
+ Line of text.<br>
+ Line of text.<br>
+ Line of text.<br>
+ Line of text.<br>
+ Line of text.<br>
+ Line of text.<br>
+ Line of text.<br>
+ Line of text.<br>
+ Line of text.<br>
+</div>
« no previous file with comments | « third_party/WebKit/LayoutTests/printing/overflow-auto.html ('k') | third_party/WebKit/Source/core/layout/LayoutBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698