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

Side by Side Diff: third_party/WebKit/LayoutTests/printing/block-width-relayout-shrink-expected.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
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:50vw; height:50vw; background:hotpink;"></div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698