summaryrefslogtreecommitdiffstats
path: root/layout/style/test/test_transitions_replacement_on_busy_frame.html
blob: a9e197d160eecc6dab8c21e4d002b79cc0ee7fd4 (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
26
27
28
29
30
<!doctype html>
<html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=1167519
-->
<head>
  <title>Test for bug 1167519</title>
  <script type="application/javascript"
    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=1167519">Mozilla Bug
  1167519</a>
<pre id="test">
<script>
'use strict';

SimpleTest.waitForExplicitFinish();

SpecialPowers.pushPrefEnv(
  { 'set': [[ 'dom.animations-api.core.enabled', true ]] },
  function() {
    window.open('file_transitions_replacement_on_busy_frame.html');
  });
</script>
</pre>
</body>
</html>