Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <html>
2 <head><style>
3 table {
4 width: 10px;
5 }
6 div.auto {
7 overflow: auto;
8 height: 50px;
9 background: lightgreen;
10 }
11 div.invis {
12 color: white;
13 }
14 </style></head>
15 <body>
16 <table><tr><td>
17 <div class="auto">
18 x xx x xx x xx x xx x xx x xx x xx x
19 xxxxxx
20 </div>
21 <div class="invis">
22 xxxxxx
23 </div>
24 </td></tr></table>
25 </body>
26 </html>