tor-browser

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

bidi-005b-ref.xht (1118B)


      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   color: yellow;
     16   font: 2em/1 serif;
     17   letter-spacing: 1em;
     18   margin: 1em;
     19   padding: 0.75em;
     20   white-space: pre;
     21   }
     22 
     23   .c, .j, .e {color: aqua;}
     24 
     25   .i, .d, .k, .b {color: fuchsia;}
     26   ]]></style>
     27  </head>
     28 
     29  <body>
     30 
     31   <p>The following two blocks should be identical, including overflow. (Force bidi: &#x05D0;)</p>
     32 
     33   <div>
     34     <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>
     35 
     36     <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>
     37   </div>
     38 
     39  </body>
     40 </html>