tor-browser

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

text-transform-001-ref.xht (521B)


      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 lines of "Filler Text" below have the same (upper/lower) case for each letter.</p>
      8         <div>Filler Text Filler Text FILLER TEXT FILLER TEXT FiLlEr TExT</div>
      9         <div>Filler Text Filler Text FILLER TEXT FILLER TEXT FiLlEr TExT</div>
     10     </body>
     11 </html>