tor-browser

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

text-emphasis-style-010-ref.html (799B)


      1 <!DOCTYPE html>
      2 <html>
      3        <head>
      4                <meta charset="utf-8">
      5                <title>CSS Reference File</title>
      6                <link rel="author" title="Yu.Taguchi" href="mailto:taguchu@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 &#xFE45; is above every single character of "Text sample".</p>
     16                <div><ruby class="dot">T<rt>&#xFE45;</rt>e<rt>&#xFE45;</rt>x<rt>&#xFE45;</rt>t<rt>&#xFE45;</rt></ruby> <ruby class="circle">s<rt>&#xFE45;</rt>a<rt>&#xFE45;</rt>m<rt>&#xFE45;</rt>p<rt>&#xFE45;</rt>l<rt>&#xFE45;</rt>e<rt>&#xFE45;</rt></span></div>
     17        </body>
     18 </html>