tor-browser

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

historical.html (555B)


      1 <!DOCTYPE html>
      2 <meta charset=utf-8>
      3 <title>Historical UI events features</title>
      4 <script src="/resources/testharness.js"></script>
      5 <script src="/resources/testharnessreport.js"></script>
      6 <script>
      7 test(function() {
      8  assert_false("initWheelEvent" in WheelEvent.prototype,
      9               "Should not be supported on the prototype");
     10 }, "WheelEvent#initWheelEvent");
     11 test(function() {
     12  assert_false("initWebKitWheelEvent" in WheelEvent.prototype,
     13               "Should not be supported on the prototype");
     14 }, "WheelEvent#initWebKitWheelEvent");
     15 </script>