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

« back to all changes in this revision

Viewing changes to mozilla/layout/html/tests/table/printing/bug165772-5.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><head></head><body><div style="border: 1px solid blue; width: 50px; height: 790px;"></div>
 
2
<table border="1">
 
3
 <tbody><tr>
 
4
  <td rowspan="2">one<br>two<br>three<br>four<br>five</td>
 
5
  <td>C01</td>
 
6
  <td>C02</td>
 
7
 </tr>
 
8
 <tr>
 
9
  <td rowspan="2"><button style="width: 50px; height: 100px;">button</button></td>
 
10
  <td>C12</td>
 
11
 </tr>
 
12
 <tr>
 
13
  <td>C20</td>
 
14
  <td>C22</td>
 
15
 </tr>
 
16
</tbody></table>
 
17
 
 
18
</body></html>
 
 
b'\\ No newline at end of file'