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

Side by Side Diff: third_party/WebKit/LayoutTests/printing/fixed-positioned.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, 2 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-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 <script>
3 if (window.testRunner)
4 testRunner.setPrinting();
5 </script>
6 <div style="position:fixed; top:0; left:0; right:0; bottom:0; border:5px solid y ellow;"></div>
leviw_travelin_and_unemployed 2015/10/23 19:42:58 Without this, you'll get the viewport values for s
mstensho (USE GERRIT) 2015/10/23 19:49:44 I don't think I understand the question. Without w
7 There should be a yellow border around this page.
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/printing/fixed-positioned-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698