tor-browser

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

test_discrete_animations.html (398B)


      1 <!doctype html>
      2 <meta charset=utf-8>
      3 <script src="/resources/testharness.js"></script>
      4 <script src="/resources/testharnessreport.js"></script>
      5 <div id="log"></div>
      6 <script>
      7 'use strict';
      8 setup({explicit_done: true});
      9 SpecialPowers.pushPrefEnv(
     10  { "set": [
     11    ["layout.css.osx-font-smoothing.enabled", true],
     12  ] },
     13  function() {
     14    window.open("file_discrete_animations.html");
     15  });
     16 </script>