tor-browser

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

width-height-negative-novalid.html (182B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset=utf-8>
      5 <title>img with negative values for width and height</title>
      6 </head>
      7 <body>
      8 <img src="url" width="-1" height="-1">
      9 </body>
     10 </html>