tor-browser

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

table-anonymous-objects-160.xht (2418B)


      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   <title>CSS Test: Auto-imported from Gecko test white-space-3.html</title>
      5   <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/>
      6   <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
      7   <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/>
      8   <meta name="flags" content='dom'/>
      9 
     10     <script type="text/javascript"><![CDATA[
     11       function doTest() {
     12         try {
     13           document.normalize();
     14         } catch (e) {}
     15         var n = document.getElementById("t").nextSibling;
     16         n.data = " ";
     17         document.documentElement.className = "";
     18       }
     19     ]]></script>
     20   </head>
     21 <body style="font-family: monospace" onload="doTest()">
     22 <p>There should be no red below, except for antialiasing issues.</p>
     23 <div style="position: relative; font-size: 2em;">
     24 <div style="position: absolute; z-index: 2; top: 0; color: green; padding: 1px;">
     25 
     26     <span style="display: table-row-group">
     27       <span style="display: table-row">
     28         <span style="display: table-cell">Row 1, Col 1</span>
     29         <span style="display: table-cell">Row 1, Col 2</span>
     30         <span style="display: table-cell">Row 1, Col 3</span>
     31       </span>
     32       <span style="display: table-row">
     33         <span style="display: table-cell" id="t">Row 22, Col 1</span>This is a test<span style="display: table-cell">Row 22, Col 2</span>
     34         <span style="display: table-cell">Row 22, Col 3</span>
     35       </span>
     36       <span style="display: table-row">
     37         <span style="display: table-cell">Row 333, Col 1</span>
     38         <span style="display: table-cell">Row 333, Col 2</span>
     39         <span style="display: table-cell">Row 333, Col 3</span>
     40       </span>
     41     </span>
     42   </div>
     43 <div style="position: relative; z-index: 1; color: red; padding: 1px;">
     44 
     45     <table cellpadding="0" cellspacing="0" style="margin: 0; padding: 0; border: none">
     46       <tr>
     47         <td>Row 1, Col 1</td>
     48         <td>Row 1, Col 2</td>
     49         <td>Row 1, Col 3</td>
     50       </tr>
     51       <tr>
     52         <td>Row 22, Col 1</td>
     53         <td>Row 22, Col 2</td>
     54         <td>Row 22, Col 3</td>
     55       </tr>
     56       <tr>
     57         <td>Row 333, Col 1</td>
     58         <td>Row 333, Col 2</td>
     59         <td>Row 333, Col 3</td>
     60       </tr>
     61     </table>
     62   </div>
     63 </div>
     64 </body>
     65 </html>