tor-browser

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

inline-block-alignment-007-ref.xht (1122B)


      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 Reftest Reference</title>
      5   <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact" />
      6   <meta name="flags" content="image" />
      7   <style type="text/css"><![CDATA[
      8 
      9   img
     10   {
     11     vertical-align: top;
     12   }
     13 
     14   .ignore {
     15     float: left;
     16     height: 120px;
     17     width: 120px;
     18     background: silver;
     19     margin: 60px 24px 30px 60px;
     20   ]]></style>
     21 
     22   </head>
     23 
     24   <body>
     25 
     26   <p>Test passes if the <strong>left edge</strong> of a <strong>single blue irregular polygon</strong> is straight and unbroken.</p>
     27 
     28   <div>
     29     <div class="ignore"></div>
     30     <img src="support/swatch-blue.png" width="48" height="60" alt="Image download support must be enabled" /><br /><!--
     31  --><img src="support/swatch-blue.png" width="96px" height="120" alt="Image download support must be enabled" /><br /><!--
     32  --><img src="support/swatch-blue.png" width="24" height="30" alt="Image download support must be enabled" />
     33   </div>
     34   </body>
     35 </html>