blob: ab82821d665628018e88fcc32f657e3294d2616f [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style><![CDATA[
#target { border-spacing: 20px; }
#target > * { display: table-cell; border: 1px solid black; }
]]></style>
</head>
<body>
<p>There should be 20px border-spacing in the table below.</p>
<div id="target">
<div>First cell</div>
<div>Second cell</div>
</div>
</body>
</html>