~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/layout/html/tests/table/bugs/bug113235-2.html

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<body>
 
3
 <font face="Arial, sans-serif" size="-1">
 
4
  <table>
 
5
   <tr>
 
6
   <!-- add <td> and </td> inside the <tr> and nsCSSFrameConstructor::ReframeContainingBlock is
 
7
        not called. As the amount of tags inside here increases, the calls really slow things down -->
 
8
            This text node only exists once in the original document!
 
9
            If it were a large collection of inlines, the page would 
 
10
            hang forever.
 
11
 
 
12
<A NAME="Top_Of_Page"></A>
 
13
<H2><A NAME="ToC">Table of Contents</A></H2>
 
14
  </tr>
 
15
</table>
 
16
 
 
17
</body>
 
18
</html>
 
19