2 <script src=
"../resources/testharness.js"></script>
3 <script src=
"../resources/testharnessreport.js"></script>
6 from { background: red; }
7 to { background: red; }
11 animation: anim
1s forwards;
15 <div id=
"target"></div>
18 assert_equals(getComputedStyle(target
).backgroundColor
, 'rgb(0, 128, 0)');
19 }, 'Check that unprefixed keyframe names cannot be strings');