tor-browser

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

text-transform-math-auto-002-ref.html (781B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8"/>
      5 <title>text-transform math-auto (reference)</title>
      6 <style>
      7  @font-face {
      8    font-family: TestFont;
      9    src: url("/fonts/math/mathvariant-italic.woff");
     10  }
     11  body > div {
     12    padding: 10px;
     13  }
     14  div > span {
     15    font-family: monospace;
     16    font-size: 16px;
     17  }
     18  .testfont {
     19    font-family: TestFont;
     20    font-size: 16px;
     21  }
     22 </style>
     23 <body>
     24  <p>Test passes if all the equalities below are true.</p>
     25  <div>Single character: <span class="testfont">&#x1D715;</span>=<span>1D715</span></div>
     26  <div>Two characters: <span class="testfont">&#x2202;&#x2207;</span>=<span>0220202207</span></div>
     27  <div>Three characters: <span class="testfont">&#x2202;&#x2207;&#x237;</span>=<span>022020220700237</span></div>
     28 </body>
     29 </html>