summaryrefslogtreecommitdiffstats
path: root/dom/animation/test/crashtests/1239889-1.html
blob: 476f3322b4c01225ff96bafadb41617953d5e056 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype html>
<html>
  <head>
    <title>Bug 1239889</title>
  </head>
  <body>
  </body>
  <script>
    var div = document.createElement('div');
    var effect = new KeyframeEffectReadOnly(div, { opacity: [0, 1] });
  </script>
</html>