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

Side by Side Diff: third_party/WebKit/LayoutTests/printing/fixed-positioned-child-shouldnt-print-expected.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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 html{height:100%}
4 </style>
5 <script>
6 if (window.testRunner)
7 testRunner.setPrinting();
8 </script>
9 <p>crbug.com/617533: There should be no red square below.
10 <div style="position: fixed;">
11 </div>
12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698