[Web Animations] getKeyframes() should return an empty object when there are no animatable properties in @keyframes rule
Created attachment 448172 [details] Patch
Comment on attachment 448172 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=448172&action=review > Source/WebCore/rendering/style/KeyframeList.cpp:139 > + for (auto cssPropertyId : m_properties) { > + if (CSSPropertyAnimation::isPropertyAnimatable(cssPropertyId)) > + return true; Shame there isn't the equivalent of Array.some on Vector.
Committed r287517 (245652@main): <https://commits.webkit.org/245652@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 448172 [details].
<rdar://problem/87049042>