tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

table-anonymous-objects-095.xht (2269B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
      2 <html xmlns="http://www.w3.org/1999/xhtml">
      3 <head>
      4 
      5   <title>CSS Test: Auto-imported from Gecko test cols-test-2.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   <link rel="match" href="reference/no_red_3x3_monospace_colored_table-ref.xht"/>
      9 </head>
     10 <body style="font-family: monospace">
     11 There should be no red below, except for antialiasing issues.
     12 <div style="position: relative; font-size: 2em;">
     13 <div style="position: relative; z-index: 1; color: red; padding: 1px;">
     14 
     15     <span style="display:table">
     16       <span style="display: table-column; background: yellow"></span>
     17       <span style="display: table-column; background: cyan"></span>
     18       <span style="display: table-column; background: lime"></span>
     19       <span style="display: table-cell">Row 1, Col 1</span>
     20       <span style="display: table-cell">Row 1, Col 2</span>
     21       <span style="display: table-cell">Row 1, Col 3</span>
     22       <span style="display: table-row-group">
     23         <span style="display: table-row">
     24           <span style="display: table-cell">Row 22, Col 1</span>
     25           <span style="display: table-cell">Row 22, Col 2</span>
     26           <span style="display: table-cell">Row 22, Col 3</span>
     27         </span>
     28         <span style="display: table-row">
     29           <span style="display: table-cell">Row 333, Col 1</span>
     30           <span style="display: table-cell">Row 333, Col 2</span>
     31           <span style="display: table-cell">Row 333, Col 3</span>
     32         </span>
     33       </span>
     34     </span>
     35   </div>
     36 <div style="position: absolute; z-index: 2; top: 0; color: green; padding: 1px;">
     37 
     38     <table cellpadding="0" cellspacing="0" style="margin: 0; padding: 0; border: none">
     39       <tr>
     40         <td>Row 1, Col 1</td>
     41         <td>Row 1, Col 2</td>
     42         <td>Row 1, Col 3</td>
     43       </tr>
     44       <tr>
     45         <td>Row 22, Col 1</td>
     46         <td>Row 22, Col 2</td>
     47         <td>Row 22, Col 3</td>
     48       </tr>
     49       <tr>
     50         <td>Row 333, Col 1</td>
     51         <td>Row 333, Col 2</td>
     52         <td>Row 333, Col 3</td>
     53       </tr>
     54     </table>
     55   </div>
     56 </div>
     57 </body>
     58 </html>