You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Propagate column properties correctly to the anonymous fieldset content
box. If column-count or column-width is auto, ComputedStyle's
ColumnCount() or ColumnWidth() are 0, respectively. So check if they are
non-auto before setting the values on the anonymous content box.
At the same time, there's no need to set the properties to their initial
values if no multicol is going to take place.
Change-Id: I8ec6d69222a9d2359a5d34a08627258362cf8592
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6368877
Commit-Queue: Morten Stenshorne <[email protected]>
Reviewed-by: Ian Kilpatrick <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1434633}
0 commit comments