blob: fea907b7740fb97a2763a0c61a82c1907b4e1258 [file] [edit]
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Animations Test: AnimationEvent interface</title>
<link rel="author" title="Intel" href="http://www.intel.com">
<link rel="help" href="https://drafts.csswg.org/css-animations-1/#interface-dom">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<style>@keyframes sample {}</style>
<div id="log"></div>
<div id="test"></div>
<script src="animationevent-interface.js"></script>