layout/tables/crashtests/316636-1.html

Fri, 16 Jan 2015 04:50:19 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 04:50:19 +0100
branch
TOR_BUG_9701
changeset 13
44a2da4a2ab2
permissions
-rw-r--r--

Replace accessor implementation with direct member state manipulation, by
request https://trac.torproject.org/projects/tor/ticket/9701#comment:32

     1 <!doctype html public "-//w3c//dtd html 3.2//en">
     3 <html>
     5 <head>
     6 <title>(Type a title for your page here)</title>
     7 <meta name="GENERATOR" content="Arachnophilia 4.0">
     8 <meta name="FORMATTER" content="Arachnophilia 4.0">
     9 </head>
    11 <body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#ff0000">
    13 <table border>
    14  <tr><td rowspan="2">foo</td><td>bar</td><td>zap</td></tr>
    15  <tr style="visibility:collapse"><td colspan="2">boom</td></tr>
    16 </table>
    17 </body>
    19 </html>

mercurial