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

Side by Side Diff: third_party/WebKit/LayoutTests/printing/fixed-positioned-child-repeats-even-when-html-and-body-are-zero-height.html

Issue 2053463003: Use the doc rect to figure out how many pages there are (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@617553
Patch Set: Updated Created 4 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 <style>
3 html{height:0}
4 .child {position:absolute;top:60px;width:100px; height: 100px; background-color: green; }
5 </style>
6 <script>
7 if (window.testRunner)
8 testRunner.setPrinting();
9 </script>
10 <body style="height: 0px;">
11 <p>crbug.com/618230: There should be a green square below.
12 <div style="position: fixed;">
13 <div class="child"></div>
14 </div>
15 </body>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/printing/fixed-positioned-child-repeats-even-when-html-and-body-are-zero-height-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698