Bug 1839315: part 4) Link from `SheetLoadData::mWasAlternate` to spec. r=emilio DONTBUILD
[gecko.git] / layout / style / test / test_animations_async_tests.html
blob7ad1d0d5986beb15df6ccd592948d7e03d07d57b
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>Test for Bug 1086937</title>
6 <script src="/tests/SimpleTest/SimpleTest.js"></script>
7 <script type="application/javascript" src="animation_utils.js"></script>
8 <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
9 <script type="application/javascript">
11 SimpleTest.waitForExplicitFinish();
13 function run() {
14 window.open("file_animations_async_tests.html");
16 </script>
17 </head>
18 <body onload="run()">
19 <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1086937">Mozilla Bug 1086937</a>
20 <div id="display"></div>
21 <pre id="test">
22 </pre>
23 </body>
24 </html>