Continue removing testing of getPropertyCSSValue
As getPropertyCSSValue is no longer web-exposed, we should stop testing
it so we can delete the interface. Instead of using getPropertyCSSValue
and calling cssText on the returned value, we can use getPropertyValue
or the direct accessors.
BUG=
428595
Committed:
https://src.chromium.org/viewvc/blink?view=rev&revision=184988