Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla_expected_failures / bugs / bug1010.html
blob82fbe99a1f69d360131ffc61d7399760e5999c6d
1 <TABLE BORDER=1 WIDTH="100%">
2 <tr>
3 <TD VALIGN=TOP rowspan=2>
4 <ul>
5 <li><A href="500in1ul.html">500 list items in a single UL</a></li>
6 <li><a href="500in25uls.html">500 list items in 25 top-level ULs</a></li>
7 <li><a href="500in25nesteduls.html">500 list items in a 25-level nested
8 UL</a></li>
9 <li><a href="300textfields.html">300 text input form fields</a></li>
10 <li><a href="test6.html">Massively nested tables</a></li>
11 <li><a href="12nesteddivs.html">Massively nested DIVs with padding and
12 borders</a></li>
13 <li><a href="select.html">1000 OPTIONs in a single SELECT form element</a></li>
14 <li><a href="wbtbltxt.html">10,000 cell table with text in each cell</a></li>
15 <li><a href="wbtblclr.html">10,000 cell table with text and color in each
16 cell</a></li>
17 <li><a href="wblnks.html">A 713k HTML document packed full of links</a></li>
18 <li><a href="wbbightm.html">Extraordinarily long HTML doc (approx 1
19 Meg)</a></li>
20 <li><a href="wbclrtxt.html">Another large HTML doc, with colored text</a></li>
21 <li><a href="wbhtmmix.html">A relatively large (150k) document with an average
22 mix of HTML
23 content</a></li>
24 </ul>
25 </TD>
26 <td>foo 1</td>
27 <td>foo 2</td>
28 </TR>
29 <TR>
30 <td>Foo 3</td>
31 <td>Foo 4</td>
32 </TR>
33 </TABLE>
34 </BODY>
35 </HTML>