slice-block-fragmentation-002-ref.html (555B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <style> 4 .piece { 5 position: absolute; 6 left: -5px; 7 top: 0; 8 width: 95px; 9 height: 100px; 10 border: solid; 11 } 12 .end { 13 height: 95px; 14 } 15 </style> 16 <div style="position:relative; margin:50px;"> 17 <div class="piece" style="top:-5px; border-width:5px 0 0 5px;"></div> 18 <div class="piece" style="margin-left:120px; border-width:0 0 0 5px;"></div> 19 <div class="piece end" style="margin-left:240px; border-width:0 0 0 5px;"></div> 20 </div>