tor-browser

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

text-transform-upperlower-038-ref.html (743B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 <head>
      4 <meta charset="utf-8"/>
      5 <title>CSS3 Text, text transform: Greek final sigma, lowercase</title>
      6 <link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
      7 <style type='text/css'>
      8 @font-face {
      9 font-family: 'webfont';
     10 src: url('/fonts/GentiumPlus-R.woff') format('woff');
     11 font-weight: normal;
     12 font-style: normal;
     13 }
     14 .test, .ref { font-size: 36px; font-family: 'Gentium Plus', 'Noto Serif', 'Noto Sans', webfont, sans-serif; border: 1px solid orange; margin: 10px; width: 200px;  padding: 5px; }
     15 </style>
     16 </head>
     17 <body>
     18 <p class="instructions">Test passes if the orange boxes are identical.</p>
     19 <div class="test">οδυσσευς</div>
     20 <div class="ref">οδυσσευς</div>
     21 </body>
     22 </html>