specified-block-size-007-ref.html (603B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <p>There should be four columns. The first one should be yellow, the three 4 others should be cyan. No red should be seen.</p> 5 <div style="float:left; width:25px; height:100px; margin-right:10px; background:yellow;"></div> 6 <div style="float:left; width:25px; height:100px; margin-right:10px; background:cyan;"></div> 7 <div style="float:left; width:25px; height:100px; margin-right:10px; background:cyan;"></div> 8 <div style="float:left; width:25px; height:100px; margin-right:10px; background:cyan;"></div>