tor-browser

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

text-transform-capitalize-031-ref.html (604B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 <head>
      4 <meta charset="utf-8"/>
      5 <title>CSS3 Text, text transform: capitalize, initial punctuation</title>
      6 <link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
      7 <style type='text/css'>
      8 .test, .ref { font-size: 36px; font-family: 'Doulos SIL', 'Noto Serif', 'Noto Sans', sans-serif; border: 1px solid orange; margin: 10px;  padding: 5px; }
      9 </style>
     10 </head>
     11 <body>
     12 <p class="instructions">Test passes if the orange boxes are identical.</p>
     13 <div class="test">({[-–"«'.&lt;?!Transform</div>
     14 <div class="ref">({[-–"«'.&lt;?!Transform</div>
     15 </body>
     16 </html>