tor-browser

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

465574-1-ref.html (758B)


      1 <!DOCTYPE HTML>
      2 <html>
      3  <head>
      4    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      5    <title>Testcase</title>
      6    <style>
      7      table[dir="rtl"] {background-color: #CCF}
      8      table[dir="ltr"] {background-color: #FCC}
      9    </style>
     10  </head>
     11  <body>
     12    1<table dir="ltr"><tr><td><span>lorem ipsum</span></td></tr></table>
     13    2<table dir="rtl"><tr><td><span>lorem ipsum</span></td></tr></table>
     14    3<table dir="ltr"><tr><td><span>לורם איפסום</span></td></tr></table>
     15    4<table dir="rtl"><tr><td><span>לורם איפסום</span></td></tr></table>
     16    5<table dir="ltr"><tr><td>lorem ipsum<span></span></td></tr></table>
     17    6<table dir="rtl"><tr><td>לורם איפסום<span></span></td></tr></table>
     18  </body>
     19 </html>