Chromium Code Reviews

Side by Side 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.
Jump to:
View unified diff | | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <script src="../resources/js-test.js"></script>
3 <p>To run this test manually, print this document.</p>
4 <p>There should be 6 pages in this document. Multicol doesn't work well with pri nting, so it should
5 be disabled. See crbug.com/99358</p>
6 <div style="page-break-before:always; -webkit-columns:10; line-height:400px;">
7 <br>
8 <br>
9 <br>
10 <br>
11 <br>
12 <br>
13 <br>
14 <br>
15 <br>
16 <br>
17 </div>
18 <script>
19 if (window.internals)
20 shouldBe("internals.numberOfPages(800, 800)", "6");
21 </script>
OLDNEW

Powered by Google App Engine