tor-browser

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

graphite-bidi-1.html (459B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 <head>
      4 <meta charset="utf-8">
      5 <style type="text/css">
      6 @font-face {
      7  font-family: test;
      8  src: url("../fonts/sil/Scheherazade-BidiBug.woff");
      9 }
     10 div {
     11  width: 5em;
     12  border: 1px solid silver;
     13  font-family: test;
     14  font-size: 40px;
     15  text-align: center;
     16 }
     17 .a {
     18  color: transparent;
     19 }
     20 .b {
     21  background: yellow;
     22 }
     23 </style>
     24 </head>
     25 <body>
     26 <div><span class=a>"</span><span class=b>abc</span><span class=a>"</span></div>
     27 </html>