variable-fragmentainer-size-002-ref.html (505B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <p>There should be one blue square and one hotpink one.</p> 4 <div style="width:300px;"> 5 <div style="float:left; width:100px;"> 6 <div style="margin-top:50px; width:20px; height:20px; background:blue;"></div> 7 </div> 8 <div style="float:left; width:100px; height:100px;"></div> 9 <div style="float:left; width:100px;"> 10 <div style="width:20px; height:20px; background:hotpink;"></div> 11 </div> 12 </div>