tor-browser

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

047-1.html (209B)


      1 <script>
      2 onload = opener.t.step_func_done(function() {
      3    document.write("<body>Filler Text<div id='log'></div>");
      4    opener.assert_equals(document.body.textContent, "Filler Text");
      5 });
      6 </script>
      7 <body>FAIL