Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <!DOCTYPE html>
2 <html><head>
3 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
4 <title>testcase</title>
5 <style>
6 .tt {
7 border-collapse: collapse;
8 }
9 .nix {
10 display: none;
11 }
12 .ref {
13 border: solid 3px darkred;
14 }
16 td {
17 width: 20px;
18 height: 20px;
19 }
21 </style>
22 </head>
23 <body>
24 <table class="tt">
25 <tr id="1"><td > </td></tr>
26 <tr id="2" class="nix"><td > </td></tr>
27 <tr id="3" class="ref"><td > </td></tr>
28 <tr><td> </td></tr>
29 </table>
30 </body>
31 </html>