tor-browser

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

test_animations_omta_scroll_rtl.html (685B)


      1 <!doctype html>
      2 <html>
      3 <head>
      4  <title>Test for css-animations running on the compositor thread with
      5    scroll-timeline with right to left writing mode</title>
      6  <script src="/tests/SimpleTest/SimpleTest.js"></script>
      7  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
      8 </head>
      9 <body>
     10 <a target="_blank"
     11   href="https://bugzilla.mozilla.org/show_bug.cgi?id=1676780">Scroll-driven
     12   animations generated by CSS</a>
     13 <pre id="test"></pre>
     14 <script>
     15 'use strict';
     16 
     17 SimpleTest.waitForExplicitFinish();
     18 
     19 // Open a new window to make sure we test this with scrolling attribute.
     20 window.open('file_animations_omta_scroll_rtl.html');
     21 
     22 </script>
     23 </pre>
     24 </body>
     25 </html>