https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 053e2e0993dd38f471677e58468ec8e3deee1baf authored by ffxbld on 07 August 2012, 00:16:28 UTC
Added FENNEC_14_0_2_RELEASE FENNEC_14_0_2_BUILD2 tag(s) for changeset 6d69e50846fa. DONTBUILD CLOSED TREE a=release
Tip revision: 053e2e0
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