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

« back to all changes in this revision

Viewing changes to mozilla/htmlparser/tests/html/table205.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
Table in table, but not in tr-td.
 
2
<br>The only thing missing is the end tag of the
 
3
first table!
 
4
Nav. 4.0: the outter table is ignored.
 
5
Xena 6.0: second table start tag is ignored. Contents put in 1 table.
 
6
<table border>
 
7
  <caption> caption of table1.</caption>
 
8
  <tr>
 
9
    <td>first cell in table1
 
10
    <td>second cell in table1
 
11
  <tr>
 
12
    <td>third cell in table1
 
13
    <td>fourth cell in table1
 
14
    </td>
 
15
  </tr>
 
16
 
 
17
 
 
18
<table border>
 
19
  <caption> caption of table2.</caption>
 
20
  <tr>
 
21
  <td>cell1 in table2
 
22
  <td>cell2 in table2
 
23
  <tr>
 
24
  <td>cell3 in table2
 
25
  <td>cell4 in table2
 
26
</table>
 
27
 
 
28
<br> Last text.
 
 
b'\\ No newline at end of file'