summaryrefslogtreecommitdiffstats
path: root/layout/style/test/test_animations_omta_scroll.html
blob: 324264c3e7d96aecb26f5e3e3abe4dc2391bad30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!doctype html>
<html>
<head>
  <title>Test for css-animations running on the compositor thread with
    scroll-timeline</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
</head>
<body>
<a target="_blank"
   href="https://bugzilla.mozilla.org/show_bug.cgi?id=1676780">Scroll-driven
   animations generated by CSS</a>
<pre id="test"></pre>
<script>
'use strict';

SimpleTest.waitForExplicitFinish();

// Open a new window to make sure we test this with scrolling attribute.
window.open('file_animations_omta_scroll.html');

</script>
</pre>
</body>
</html>