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