tor-browser

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

test_group_scroll_anchor.html (698B)


      1 <!DOCTYPE>
      2 <html>
      3 <head>
      4  <meta charset="utf-8">
      5  <title>Tests for scroll anchor</title>
      6  <script src="/tests/SimpleTest/SimpleTest.js"></script>
      7  <script type="application/javascript" src="apz_test_utils.js"></script>
      8  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
      9  <script type="application/javascript">
     10 
     11 var subtests = [
     12  {"file": "helper_bug1930342.html", "prefs": [["apz.test.logging_enabled", true]]},
     13 ];
     14 
     15 if (isApzEnabled()) {
     16  SimpleTest.waitForExplicitFinish();
     17  window.onload = function() {
     18    runSubtestsSeriallyInFreshWindows(subtests)
     19    .then(SimpleTest.finish, SimpleTest.finishWithFailure);
     20  };
     21 }
     22 
     23  </script>
     24 </head>
     25 <body>
     26 </body>
     27 </html>