table-anonymous-objects-079

Auto-imported from Gecko test 3-tables-ref.html

WeasyPrint

This browser

Source

 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 2 <html>
 3 <head>
 4 
 5   <title>CSS Test: Auto-imported from Gecko test 3-tables-ref.html</title>
 6   <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
 7   <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes">
 8   <meta name="flags" content="">
 9 </head>
10 <body style="font-family: monospace; white-space: nowrap;">
11 <p>There should be no red below, except for antialiasing issues.</p>
12 <div style="position: relative; font-size: 2em;">
13 <div style="position: relative; z-index: 1; color: red; padding: 1px;">
14 
15     <table cellpadding="0" cellspacing="0" style="margin: 0; padding: 0; border: none">
16       <tr>
17         <td>Row 1, Col 1</td>
18         <td>Row 1, Col 2</td>
19         <td>Row 1, Col 3</td>
20       </tr>
21     </table>
22     <table cellpadding="0" cellspacing="0" style="margin: 0; padding: 0; border: none">
23       <tr>
24         <td>Row 22, Col 1</td>
25         <td>Row 22, Col 2</td>
26         <td>Row 22, Col 3</td>
27       </tr>
28     </table>
29     <table cellpadding="0" cellspacing="0" style="margin: 0; padding: 0; border: none">
30       <tr>
31         <td>Row 333, Col 1</td>
32         <td>Row 333, Col 2</td>
33         <td>Row 333, Col 3</td>
34       </tr>
35     </table>
36   </div>
37 <div style="position: absolute; z-index: 2; top: 0; color: green; padding: 1px;">
38 
39     <div>
40       Row 1, Col 1Row 1, Col 2Row 1, Col 3
41     </div>
42     <div>
43       Row 22, Col 1Row 22, Col 2Row 22, Col 3
44     </div>
45     <div>
46       Row 333, Col 1Row 333, Col 2Row 333, Col 3
47     </div>    
48   </div>
49 </div>
50 </body>
51 </html>