tor-browser

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

text-emphasis-style-012-ref.html (559B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <title>CSS Reference File</title>
      6 <link rel="author" title="Yuuki Furukawa" href="mailto:tenderhearted0407@gmail.com">
      7 <style>
      8 div {
      9    font: 1.5em/2 monospace;
     10 }
     11 </style>
     12 </head>
     13 <body>
     14 <p>Test passes if "open dot" is above every single character of "Text sample".</p>
     15 <div><ruby>T<rt>&#x25E6;</rt>e<rt>&#x25E6;</rt>x<rt>&#x25E6;</rt>t<rt>&#x25E6;</rt></ruby>  <ruby>s<rt>&#x25E6;</rt>a<rt>&#x25E6;</rt>m<rt>&#x25E6;</rt>p<rt>&#x25E6;</rt>l<rt>&#x25E6;</rt>e<rt>&#x25E6;</rt></span></div>
     16 </body>
     17 </html>