tor-browser

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

doc_broken_xml_frame.html (252B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <title>Test document with iframe containing a broken XML file</title>
      5 </head>
      6 <body>
      7  <iframe src="doc_broken_xml.xml"></iframe>
      8  <script type="text/javascript">console.log("foo after iframe")</script>
      9 </body>
     10 </html>