blob: 78b631c2785f74a508ac78cc8a900b76eeb7cfc1 [file] [log] [blame]
<script src="../resources/js-test-pre.js"></script>
<script>
description("Constructing an Animation with a timeline should add the animation to the timeline.");
new Animation(null, document.timeline);
new Animation(null, document.timeline);
debug(internals.timelineDescription(document.timeline));
</script>
<script src="../resources/js-test-post.js"></script>