2 <script src=
"../resources/testharness.js"></script>
3 <script src=
"../resources/testharnessreport.js"></script>
7 animation-duration:
1e10s;
20 <div id=
"target"></div>
22 var CSSAnimationsStackedNeutralKeyframe
= 937; // From UseCounter.h
24 getComputedStyle(target
).left
; // Force style recalc;
25 assert_false(internals
.isUseCounted(document
, CSSAnimationsStackedNeutralKeyframe
));
27 document
.styleSheets
[0].rules
[2].deleteRule('from');
28 getComputedStyle(target
).left
; // Force style recalc;
29 assert_true(internals
.isUseCounted(document
, CSSAnimationsStackedNeutralKeyframe
));