summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-break/table/table-border-007-ref.html
blob: 6f994082e20d93492a2ffe57759d6535bea12ff7 (plain)
1
2
3
4
5
6
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<p>There should be a pink table with a black border. The table should be split
  into two columns.</p>
<div style="float:left; border:10px solid; border-bottom:none; width:50px; height:90px; margin-right:30px; background:pink;"></div>
<div style="float:left; border:10px solid; border-top:none; width:50px; height:90px; background:pink;"></div>