DescriptionDon't require getPropertyCSSValue in animation fill-mode tests
As getPropertyCSSValue is no longer web-exposed, we should stop testing
it so we can delete the interface. In animation fill-mode tests, it
isn't needed as we can just call parseFloat(style.left), as we always
return values in the format "123px" and parseFloat drops trailing
characters.
BUG=428595
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184976
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|