tor-browser

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

inlines-015.xht (1193B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      2 <html xmlns="http://www.w3.org/1999/xhtml">
      3  <head>
      4   <title>CSS Test: Inline box model: space taken by images in cells</title>
      5   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
      6   <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-10-26 -->
      7   <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/015.html" type="text/html"/>
      8   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-boxes" />
      9   <meta name="flags" content="image"/>
     10   <style type="text/css">
     11    div { background: red; height: 64px; width: 128px; }
     12    table { background: green; width: 100%; padding: 0; border: 0; border-spacing: 0; margin: 0; }
     13    td { padding: 0; border: 0; font-size: 64px; }
     14   </style>
     15  </head>
     16  <body>
     17   <p>Test passes if there is <strong>no red</strong>.</p>
     18   <div>
     19    <table>
     20     <tr> <!-- same as 014 but without spaces around the image -->
     21      <td><img src="support/1x1-white.png" alt="(image test failed)"/></td>
     22     </tr>
     23    </table>
     24   </div>
     25  </body>
     26 </html>