2 <script src=
"../resources/testharness.js"></script>
3 <script src=
"../resources/testharnessreport.js"></script>
16 <div id=
"target"></div>
21 var animation
= target
.animate([{
22 color
: '-webkit-text',
24 color
: '-webkit-text',
27 animation
.currentTime
= 0;
28 assert_equals(getComputedStyle(target
).color
, 'rgb(0, 128, 0)');
29 }, 'KeyframeEffects do not support quirky values.');