tor-browser

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

unfenced-top-target.html (294B)


      1 <!DOCTYPE html>
      2 <script src="/resources/testharness.js"></script>
      3 <script src="/resources/testharnessreport.js"></script>
      4 <script src="utils.js"></script>
      5 
      6 <body>
      7 <script>
      8 
      9 promise_test(async (t) => {
     10  assert_true(true);
     11 }, "Assert that unfenced top navigation succeeded.");
     12 
     13 </script>
     14 </body>