tor-browser

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

bidi-007b-ref.xht (1134B)


      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 
      8   <title>CSS Reftest Reference</title>
      9   <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
     10 
     11   <style type="text/css"><![CDATA[
     12   div > p
     13   {
     14   background-color: black;
     15   clear: left;
     16   color: yellow;
     17   float: left;
     18   font: 2em/1 serif;
     19   letter-spacing: 1em;
     20   margin: 0.5em 1em;
     21   padding: 0.75em;
     22   }
     23 
     24   .c, .j, .e {color: aqua;}
     25 
     26   .i, .d, .k, .b {color: fuchsia;}
     27   ]]></style>
     28  </head>
     29 
     30  <body>
     31 
     32   <p>The following two blocks should be identical, including overflow. (Force bidi: &#x05D0;)</p>
     33 
     34   <div>
     35     <p>a<span class="b">b</span><span class="c">c</span><span class="d">d</span><span class="e">e</span>fgh<span class="i">i</span><span class="j">j</span><span class="k">k</span>lm</p>
     36 
     37     <p>a<span class="b">b</span><span class="c">c</span><span class="d">d</span><span class="e">e</span>fgh<span class="i">i</span><span class="j">j</span><span class="k">k</span>lm</p>
     38   </div>
     39 
     40  </body>
     41 </html>