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.

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

mercurial