 Chromium Code Reviews
 Chromium Code Reviews Issue 1411313004:
  Bypass containing block size special-code for fixed-positioneds when printing.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1411313004:
  Bypass containing block size special-code for fixed-positioneds when printing.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| OLD | NEW | 
|---|---|
| (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. | |
| OLD | NEW |