haikuwebkit/LayoutTests/tables/mozilla/bugs/bug113235-2.html

20 lines
548 B
HTML

<html>
<body>
<font face="Arial, sans-serif" size="-1">
<table>
<tr>
<!-- add <td> and </td> inside the <tr> and nsCSSFrameConstructor::ReframeContainingBlock is
not called. As the amount of tags inside here increases, the calls really slow things down -->
This text node only exists once in the original document!
If it were a large collection of inlines, the page would
hang forever.
<A NAME="Top_Of_Page"></A>
<H2><A NAME="ToC">Table of Contents</A></H2>
</tr>
</table>
</body>
</html>