tor-browser

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

text-emphasis-style-021-ref.html (740B)


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