tor-browser

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

text-transform-001.html (510B)


      1 <!DOCTYPE html>
      2 <meta charset=utf-8>
      3 <title>text-transform with SVG text</title>
      4 <meta name="assert" content="The CSS text-transform property should work">
      5 <link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com">
      6 <link rel="match" href="text-transform-001-ref.html">
      7 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1738560">
      8 
      9 <p>Test passes if the greeting below is in <b>ALL-UPPERCASE</b>:</p>
     10 
     11 <svg><text y="50" style="text-transform: uppercase">Hello, World!</text></svg>