slice-block-fragmentation-001-ref.html (561B)
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 .start { 13 top: 5px; 14 height: 95px; 15 } 16 </style> 17 <div style="position:relative; margin:50px;"> 18 <div class="piece start" style="border-width:0 5px 0 0"></div> 19 <div class="piece" style="margin-left:120px; border-width:0 5px 0 0;"></div> 20 <div class="piece" style="margin-left:240px; border-width:0 5px 5px 0;"></div> 21 </div>