We need to check the usage of style.hasTransform(), which ignores the individual transform properties. In most cases, .effectsTransform() is probably the one we should use.
We should just remove hasTransform() such that everything uses affectsTransform(). Anything that needs to check whether a value was set using the "transform" property can look at transform().
<rdar://problem/104747529>