tor-browser

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

helper_doubletap_zoom_oopif_subframe-1.html (729B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <script src="apz_test_native_event_utils.js"></script>
      4 <script src="apz_test_utils.js"></script>
      5 <script src="/tests/SimpleTest/SimpleTest.js"></script>
      6 <script src="/tests/SimpleTest/paint_listener.js"></script>
      7 <style>
      8 html, body {
      9  margin: 0;
     10  padding: 0;
     11 }
     12 </style>
     13 <div id="target" style="width: 100px; height: 100px; position: absolute; top: 300px; left: 100px; background: blue;"></div>
     14 <script>
     15  // Silence SimpleTest warning about missing assertions by having it wait
     16  // indefinitely. We don't need to give it an explicit finish because the
     17  // entire window this test runs in will be closed after the main browser test
     18  // finished.
     19  SimpleTest.waitForExplicitFinish();
     20 </script>
     21 </html>