tor-browser

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

text-emphasis-style-007.html (672B)


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