Backed out 4 changesets (bug 1900395, bug 1904489, bug 1920928) for causing multiple...
[gecko.git] / layout / tables / crashtests / 239294-1.html
blob7e6f076a565683cdbe895c24b43c13dbcc82a68b
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>