2 <script src=
"../resources/testharness.js"></script>
3 <script src=
"../resources/testharnessreport.js"></script>
8 @keyframes remAnimation {
19 animation: remAnimation
1s forwards;
22 <div id='element'
></div>
26 assert_equals(getComputedStyle(element
, ':before').width
, '12340px');
27 }, 'Check rem is calculated in animation keyframe');