tall-inline-block-in-float-in-table-cell-print.html (361B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1468664"> 4 <div style="display:table-cell; padding-bottom:2px;"> 5 <div style="float:left; padding-top:10px;"> 6 <div style="display:inline-block; height:150vh;"></div> 7 </div> 8 </div>