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

Unified Diff: LayoutTests/printing/multicol-not-supported.html

Issue 1141943002: Disable multicol when printing. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update LayoutTests/inspector/elements/styles/media-emulation-expected.txt Created 5 years, 7 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: LayoutTests/printing/multicol-not-supported.html
diff --git a/LayoutTests/printing/multicol-not-supported.html b/LayoutTests/printing/multicol-not-supported.html
new file mode 100644
index 0000000000000000000000000000000000000000..2f31933a709f3369fc70e20b0a127abcb833aa0d
--- /dev/null
+++ b/LayoutTests/printing/multicol-not-supported.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<script src="../resources/js-test.js"></script>
+<p>To run this test manually, print this document.</p>
+<p>There should be 6 pages in this document. Multicol doesn't work well with printing, so it should
+ be disabled. See crbug.com/99358</p>
+<div style="page-break-before:always; -webkit-columns:10; line-height:400px;">
+ <br>
+ <br>
+ <br>
+ <br>
+ <br>
+ <br>
+ <br>
+ <br>
+ <br>
+ <br>
+</div>
+<script>
+ if (window.internals)
+ shouldBe("internals.numberOfPages(800, 800)", "6");
+</script>

Powered by Google App Engine
This is Rietveld 408576698