tor-browser

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

c414-flt-fit-002-ref.xht (1406B)


      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#wrapper
     13   {
     14   margin-left: 1.25em;
     15   margin-top: 1.25em;
     16   }
     17 
     18   div#wrapper > div {display: inline-block;}
     19 
     20   div#left {margin-right: 0.5em;}
     21 
     22   div#wrapper > div > div
     23   {
     24   background-color: navy;
     25   border: blue solid medium;
     26   color: white;
     27   margin-bottom: 0.5em;
     28   padding: 0.25em;
     29   width: 7em;
     30   }
     31 
     32   div#B4, div#B6, div#B8
     33   {
     34   margin-left: 3.25em;
     35   text-align: right;
     36   }
     37   ]]></style>
     38 
     39  </head>
     40 
     41  <body>
     42 
     43   <p>The blue rectangles should be in numeric order and form a "D". (Boxes labelled "A" should be in the first column; boxes labelled "B" should be in the second; arrows indicate the correct alignment.)</p>
     44 
     45   <div id="wrapper">
     46 
     47     <div id="left">
     48       <div>&#x21E6; A 1</div>
     49       <div>&#x21E6; A 3</div>
     50       <div>&#x21E6; A 5</div>
     51       <div>&#x21E6; A 7</div>
     52       <div>&#x21E6; A 9</div>
     53     </div><div>
     54       <div>&#x21E6; B 2</div>
     55       <div id="B4">B 4 &#x21E8;</div>
     56       <div id="B6">B 6 &#x21E8;</div>
     57       <div id="B8">B 8 &#x21E8;</div>
     58       <div>&#x21E6; B 10</div>
     59     </div>
     60 
     61   </div>
     62 
     63  </body>
     64 </html>