https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 0f24dca6ab7475ff542ec2fd21b1d0117129c22b authored by ffxbld on 28 August 2012, 15:17:41 UTC
Added FENNEC_16_0b1_RELEASE FENNEC_16_0b1_BUILD1 tag(s) for changeset 5558ddeee090. DONTBUILD CLOSED TREE a=release
Tip revision: 0f24dca
borderhandling-8.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<style>
div {width: 50px; height: 50px;}
table {border-collapse:separate;
       border: outset 1px  black;
       }
 td {border: inset 1px  black;} 
</style>
</head>
<body>
<table><tr><td><div/></td></tr></table>
</body>
</html>
back to top