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

Side by Side Diff: third_party/WebKit/LayoutTests/printing/fixed-positioned-child-shouldnt-print.html

Issue 2040963002: Get the correct number of pages to paint a fixed object on. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/printing/fixed-positioned-child-shouldnt-print-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 <style>
3 html{height:100%}
4 .child {position:absolute;top:-600px;width:100px; height: 100px; background-colo r: red; }
5 </style>
6 <script>
7 if (window.testRunner)
8 testRunner.setPrinting();
9 </script>
10 <p>crbug.com/617533: There should be no red square below.
11 <div style="position: fixed;">
12 <div class="child"></div>
13 </div>
14
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/printing/fixed-positioned-child-shouldnt-print-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698