tor-browser

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

test-external-script-errors.html (544B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8">
      5 <!--
      6  * Any copyright is dedicated to the Public Domain.
      7  * http://creativecommons.org/publicdomain/zero/1.0/
      8  *
      9  * Contributor(s):
     10  *  Patrick Walton <pcwalton@mozilla.com>
     11  *
     12  -->
     13    <title>Test for bug 597136: external script errors</title>
     14  </head>
     15  <body>
     16    <h1>Test for bug 597136: external script errors</h1>
     17    <p><button onclick="f()">Click me</button</p>
     18 
     19    <script type="text/javascript"
     20      src="test-external-script-errors.js"></script>
     21  </body>
     22 </html>