tor-browser

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

animation-worklet-import.https.html (398B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4    <script src="/common/get-host-info.sub.js"></script>
      5    <script src="/resources/testharness.js"></script>
      6    <script src="/resources/testharnessreport.js"></script>
      7    <script src="resources/worklet-test-utils.js"></script>
      8    <script src="resources/import-tests.js"></script>
      9 </head>
     10 <body>
     11 <script>
     12    runImportTests("animation");
     13 </script>
     14 </body>
     15 </html>