Bug 1839315: part 4) Link from `SheetLoadData::mWasAlternate` to spec. r=emilio DONTBUILD
[gecko.git] / layout / style / test / test_animations_omta_scroll.html
blob324264c3e7d96aecb26f5e3e3abe4dc2391bad30
1 <!doctype html>
2 <html>
3 <head>
4 <title>Test for css-animations running on the compositor thread with
5 scroll-timeline</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';
17 SimpleTest.waitForExplicitFinish();
19 // Open a new window to make sure we test this with scrolling attribute.
20 window.open('file_animations_omta_scroll.html');
22 </script>
23 </pre>
24 </body>
25 </html>