[css-logical] Include logical properties when iterating a computed style
The logical properties were not added into kComputedPropertyArray, so they were skipped when iterating a computed CSSStyleDeclaration like [...getComputedStyle(document.body)]. BUG=1072180 TEST=external/wpt/css/css-logical/getComputedStyle-listing.html TEST=external/wpt/css/cssom/cssstyledeclaration-csstext.html TEST=external/wpt/css/cssom/cssstyledeclaration-custom-properties.html TEST=fast/css/getComputedStyle/computed-style-listing.html TEST=fast/css/getComputedStyle/computed-style-without-renderer-listing.html TEST=svg/css/getComputedStyle-listing.html Change-Id: Ia83ac8608b2b98601f454653900e76f89291b4aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153442Reviewed-by:Anders Hartvoll Ruud <andruud@chromium.org> Commit-Queue: Oriol Brufau <obrufau@igalia.com> Cr-Commit-Position: refs/heads/master@{#760732}
Showing
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment