tor-browser

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

table-anonymous-objects-213.xht (870B)


      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/31649"/>
      8   <link rel="match" href="table-anonymous-objects-213-ref.xht"/>
      9   <meta assert="The table cell is wrapped inside an anonymous inline-level table,
     10                 so the text 'right' should appear at the right of 'left',
     11                 and the border should surround both of them."/>
     12 </head>
     13 <body>
     14   <span style="border: solid; vertical-align: top">
     15     left
     16     <span style="display: table-cell">right</span>
     17   </span>
     18 </body>
     19 </html>