layout/tables/crashtests/239294-1.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 <?xml version="1.0" encoding="ISO-8859-1"?>
     2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     3  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     4 <html>
     5 <head>
     6   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
     7   <title>Watch Mozilla Go Boom</title>
     8 </head>
    10 <body>
    12 <!--
    13   To make mozilla render this properly, take out the "display: inline"
    14   style, or take out the colgroup - getting rid of either makes
    15   everything work fine!!!
    16 -->
    17 <table style="display: inline">
    18   <col></col>
    19   <colgroup span="12"></colgroup>
    20   <tr>
    21     <th>Year</th>
    22     <th colspan="12">Month</th>
    23   </tr><tr>
    24     <td>2001</td>
    25     <td colspan="8">&nbsp;</td>
    26     <td>Sep</td>
    27     <td>Oct</td>
    28     <td>Nov</td>
    29     <td>Dec</td>
    30   </tr><tr>
    31     <td>2002</td>
    32     <td>Jan</td>
    33     <td>Feb</td>
    34     <td>Mar</td>
    35     <td colspan="9">&nbsp;</td>
    36   </tr></table>
    38 </body></html>

mercurial