mirror of
https://github.com/servo/servo
synced 2026-05-15 03:16:47 +02:00
7 lines
443 B
HTML
7 lines
443 B
HTML
<!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>
|