layout/reftests/table-bordercollapse/bc_borderoffset2.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/table-bordercollapse/bc_borderoffset2.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,22 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html>
     1.6 +<head>
     1.7 +    <title>CSS 2.1 Test Suite: border collapse</title>
     1.8 +    <link rel="author" title="Bernd Mielke" href="mailto:bmlk@gmx.de" />
     1.9 +    <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#collapsing-borders" />
    1.10 +    <meta name="flags" content="" />
    1.11 +<style>
    1.12 +td {width: 100px; text-align:center}
    1.13 +caption {border:solid 4px green}
    1.14 +
    1.15 +</style>
    1.16 +</head>
    1.17 +
    1.18 +<body>
    1.19 +<!-- by default, td has padding of 1px -->
    1.20 +<table style="border-collapse:collapse;"><caption>caption</caption>
    1.21 +  <tr><td style="border:solid 4px orange; height:30px">cell 1</td></tr>
    1.22 +</table>
    1.23 +
    1.24 +</body>
    1.25 +</html>

mercurial