2 <script src=
"../resources/testharness.js"></script>
3 <script src=
"../resources/testharnessreport.js"></script>
6 animation-name: first, second;
7 animation-duration:
1e8s;
8 animation-timing-function: steps(
2, start);
21 <div id=
"target"></div>
24 assert_equals(getComputedStyle(target
).left
, '250px');
25 }, 'Multiple CSS Animations on the same property should composite together');