tor-browser

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

bidi-002-ref.xht (1167B)


      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: #FFC;
     15   border: solid;
     16   color: black;
     17   margin: 1em;
     18   padding: 0.5em;
     19   width: 17em;
     20   }
     21 
     22   span
     23   {
     24   color: navy;
     25   line-height: 3em;
     26   }
     27 
     28   span.top-left-bottom
     29   {
     30   border-style: solid none solid solid;
     31   padding: 0.4em 0 0.4em 1em;
     32   }
     33 
     34   span.top-right-bottom
     35   {
     36   border-style: solid solid solid none;
     37   padding: 0.4em 1em 0.4em 0;
     38   }
     39   ]]></style>
     40 
     41  </head>
     42 
     43  <body>
     44 
     45   <p>The following two blocks should be identical, including overflow. (Force bidi: &#x05D0;)</p>
     46 
     47   <div>
     48    <p><span class="top-left-bottom">AAABBBCCC</span>DDDEEEFFF<span class="top-right-bottom">GGGHHHIII</span> JJJKKKLLLMMMNNNOOO</p>
     49 
     50    <p><span class="top-left-bottom">AAABBBCCC</span>DDDEEEFFF<span class="top-right-bottom">GGGHHHIII</span> JJJKKKLLLMMMNNNOOO</p>
     51   </div>
     52 
     53  </body>
     54 </html>