| <!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> |