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

Side by Side Diff: third_party/WebKit/LayoutTests/printing/block-width-relayout-shrink.html

Issue 2908503003: Always relayout children of LayoutView when printing. (Closed)
Patch Set: Created 3 years, 6 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/block-width-relayout-shrink-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 if (window.internals)
6 internals.settings.setShouldPrintBackgrounds(true);
7 </script>
8 <style>
9 @page { margin:0; }
10 body { margin:0; }
11 </style>
12 <div style="width:50%; height:550px; background:hotpink;"></div>
13
14 <!-- This test assumes that the initial page width is less than 1100px, and
15 that we are allowed to actually stretch it to 1100px after initial layout,
16 when we have discovered the widest element. The following block will
17 trigger zoom-out: -->
18 <div style="width:1100px; height:1px;"></div>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/printing/block-width-relayout-shrink-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698