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