2 <script src=
"../resources/testharness.js"></script>
3 <script src=
"../resources/testharnessreport.js"></script>
6 from { animation-timing-function: linear; }
11 animation: anim
10s -
1s paused ease-in-out;
16 <div id=
"target"></div>
19 assert_equals(parseInt(getComputedStyle(target
).left
), 50, 'left offset'); // Should be linearly interpolated
20 }, "Check that explicitly specified timing functions in neutral keyframes override default");