tor-browser

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

unclosed-canvas-1-expected.htm (308B)


      1 <!doctype HTML>
      2 <html>
      3    <head>
      4        <title>unclosed canvas tag in body</title>
      5    </head>
      6    <body>
      7        <p>There should be no text below this, because the text is inside a canvas element.
      8            The canvas is never closed, and the rest of the body ends up inside it.</p>
      9    </body>
     10 </html>