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

« back to all changes in this revision

Viewing changes to mozilla/htmlparser/tests/html/table204.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
nested table missing end td.
 
2
<br>Nav. 4.0(bug): For inner table td does NOT terminate previous td.
 
3
<br>Xena 6.0: end td is always optional.
 
4
 
 
5
<table border>
 
6
  <caption> caption of table1.</caption>
 
7
  <tr>
 
8
    <td>cell 1-1
 
9
    <td>cell 1-2
 
10
  <tr>
 
11
    <td>cell 1-3
 
12
    <td>cell 1-4
 
13
       <table border>
 
14
       <caption> caption of table2.</caption>
 
15
       <tr>
 
16
           <td>cell1 in table2
 
17
           <td>cell2 in table2
 
18
       <tr>
 
19
           <td>cell3 in table2
 
20
           <td>cell4 in table2
 
21
       </table>
 
22
</table>
 
23
<br> Last text.
 
 
b'\\ No newline at end of file'