layout/reftests/border-radius/table-collapse-1-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/border-radius/table-collapse-1-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,24 @@
     1.4 +<!doctype html>
     1.5 +<html><head>
     1.6 +<title>Table border collapse</title>
     1.7 +<style>
     1.8 +table {
     1.9 +  border: 2px solid black;
    1.10 +  border-collapse: collapse;
    1.11 +}
    1.12 +
    1.13 +td {
    1.14 +  border: 2px solid black;
    1.15 +  width: 50px;
    1.16 +  height: 50px;
    1.17 +}
    1.18 +
    1.19 +</style>
    1.20 +</head>
    1.21 +<body>
    1.22 +  <table>
    1.23 +    <tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>
    1.24 +    <tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>
    1.25 +    <tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>
    1.26 +  </table>
    1.27 +</body></html>

mercurial