tor-browser

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

test_1503201.html (739B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <!--
      4 https://bugzilla.mozilla.org/show_bug.cgi?id=1503201
      5 -->
      6 <head>
      7  <title>A WWW-Authenticate response header with an invalid realm doesn't crash the browser</title>
      8  <script src="/tests/SimpleTest/SimpleTest.js"></script>
      9  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
     10 </head>
     11 <body>
     12 <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1503201">Mozilla Bug 1503201</a>
     13 <p id="display"></p>
     14 <div id="content" style="display: none">
     15 <script type="application/javascript">
     16 
     17 SimpleTest.waitForExplicitFinish();
     18 fetch("file_1503201.sjs")
     19  .then(() => ok(true, "no crash"))
     20  .then(() => SimpleTest.finish());
     21 
     22 </script>
     23 
     24 </div>
     25 <pre id="test">
     26 </pre>
     27 </body>
     28 </html>