mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
20 lines
548 B
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>
|
|
|