1 <script src="../resources/js-test-pre.js"></script>
4 description("Constructing an Animation with a timeline should add the animation to the timeline.");
6 new Animation(document.timeline);
8 new Animation(document.timeline);
9 debug(internals.timelineDescription(document.timeline));
12 <script src="../resources/js-test-post.js"></script>