tor-browser

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

text-transform-unicase-001-ref.xht (426B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      2 <html xmlns="http://www.w3.org/1999/xhtml">
      3     <head>
      4         <title>test reference</title>
      5     </head>
      6     <body>
      7         <p>Test passes if the two characters below look exactly alike.</p>
      8         <div>
      9             <span id="test">&#4304;</span>
     10             <span>&#4304;</span>
     11         </div>
     12     </body>
     13 </html>