Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <style> | |
| 3 .child {position:absolute;top:60px;width:100px; height: 100px; background-color: green; } | |
| 4 </style> | |
| 5 <script> | |
| 6 if (window.testRunner) | |
| 7 testRunner.setPrinting(); | |
| 8 </script> | |
| 9 <p>crbug.com/618230: There should be a green square below. | |
| 10 <div style="position: fixed;"> | |
| 11 <div class="child"></div> | |
| 12 </div> | |
| OLD | NEW |