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