2 <script src=
"../resources/testharness.js"></script>
3 <script src=
"../resources/testharnessreport.js"></script>
6 #target { animation: anim; }
8 <div id=
"target"></div>
10 var test1
= async_test('Check whether the animationstart is fired for an empty @keyframe block');
11 target
.addEventListener('animationstart', function(event
) {