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

Side by Side Diff: third_party/WebKit/LayoutTests/printing/fixed-positioned-expected.html

Issue 1411313004: Bypass containing block size special-code for fixed-positioneds when printing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <script> 2 <script>
3 if (window.testRunner) 3 if (window.testRunner)
4 testRunner.setPrinting(); 4 testRunner.setPrinting();
5 </script> 5 </script>
6 <style> 6 <style>
7 html, body { height:100%; margin:0; } 7 html, body { height:100%; margin:0; }
8 </style> 8 </style>
9 <div style="height:100%; box-sizing:border-box; height:100%; border:5px solid ye llow; padding:3px;"> 9 <div style="height:100%; box-sizing:border-box; height:100%; border:5px solid ye llow; padding:3px;">
10 There should be a yellow border around this page. 10 There should be a yellow border around this page.
11 </div> 11 </div>
12 <div style="page-break-before:always; margin:0 8px;">
13 This is the second page. There should be no border here.
14 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698