tor-browser

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

table-anonymous-objects-212.xht (734B)


      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: Anonymous table objects</title>
      5   <link rel="author" title="Oriol Brufau" href="mailto:obrufau@igalia.com"/>
      6   <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
      7   <link rel="help" href="https://github.com/servo/servo/issues/31603"/>
      8   <link rel="match" href="table-anonymous-objects-212-ref.xht"/>
      9   <meta assert="The table cell is wrapped inside an anonymous block-level table,
     10                 so the text 'below' should appear below 'above'."/>
     11 </head>
     12 <body>
     13   above
     14   <span style="display: table-cell">below</span>
     15 </body>
     16 </html>