layout/reftests/bugs/325292-1-ref.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
     2 <html class="reftest-print">
     3 <style>
     4 #second {border-bottom:green 5px solid}
     5 col {width:100px}
     6 </style>
     7 <body>
     8 <title>visibility collapse + columns + pagination</title>
    10 <table cellspacing="0" style="page-break-after:always" id="first">
    11 <col><col style="visibility:collapse"><col>
    12 <tr><td>cell1</td><td>Dont'show</td><td>cell2</td></tr></table>
    13 <table cellspacing="0" id="second">
    14 <col><col style="visibility:collapse"><col>
    15 <tr><td>cell3</td><td>Dont'show</td><td>cell4</td></tr>
    16 </table>
    17 </body>
    18 </html>

mercurial