tor-browser

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

fixed-table-layout-003e07-ref.xht (816B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      2 
      3 <html xmlns="http://www.w3.org/1999/xhtml">
      4 
      5  <head>
      6 
      7   <title>CSS Reftest Reference</title>
      8 
      9   <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
     10 
     11   <style type="text/css"><![CDATA[
     12   div
     13   {
     14   height: 24px;
     15   margin-left: 82px;
     16   }
     17 
     18   div#blue-stripe
     19   {
     20   background-color: blue;
     21   border-left: orange solid 72px;
     22   width: 128px;
     23   }
     24 
     25   div#reference
     26   {
     27   background-color: black;
     28   width: 200px;
     29   }
     30   ]]></style>
     31 
     32  </head>
     33 
     34  <body>
     35 
     36   <p>Test passes if the orange stripe and blue stripe are as a whole <strong>exactly as wide as</strong> the black stripe.</p>
     37 
     38   <div id="blue-stripe"></div>
     39 
     40   <div id="reference"></div>
     41 
     42  </body>
     43 </html>