comparison: layout/reftests/table-anonymous-boxes/443616-1a.xhtml
layout/reftests/table-anonymous-boxes/443616-1a.xhtml
- branch
- TOR_BUG_9701
- changeset 11
- deefc01c0e14
equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <!DOCTYPE html> |
|
3 <html xmlns="http://www.w3.org/1999/xhtml"> |
|
4 <body> |
|
5 <table cellpadding="0" cellspacing="0"> |
|
6 <tr> |
|
7 <td rowspan="2"> |
|
8 Sidebar <br /> |
|
9 an unused link <br /> |
|
10 next unused link <br /> |
|
11 </td> |
|
12 <td> |
|
13 content <br /> |
|
14 more content |
|
15 <script type="text/javascript"> |
|
16 document.body.offsetWidth; |
|
17 </script> |
|
18 </td> |
|
19 </tr> |
|
20 <tr> |
|
21 <td> |
|
22 no yes no yes |
|
23 </td> |
|
24 </tr> |
|
25 </table> |
|
26 </body> |
|
27 </html> |
|
28 |
|
29 |