tor-browser

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

test-reopen-closed-tab.html (520B)


      1 <!DOCTYPE HTML>
      2 <html dir="ltr" xml:lang="en-US" lang="en-US">
      3  <head>
      4    <meta charset="utf-8">
      5    <title>Bug 597756: test error logging after tab close and reopen</title>
      6    <!--
      7     Any copyright is dedicated to the Public Domain.
      8     http://creativecommons.org/publicdomain/zero/1.0/
      9   -->
     10  </head>
     11  <body>
     12    <h1>Bug 597756: test error logging after tab close and reopen.</h1>
     13 
     14    <script type="text/javascript">
     15      /* eslint-disable */
     16      fooBug597756_error.bar();
     17    </script>
     18  </body>
     19 </html>