Currently, the CSS text-wrap property is placed inside m_rareInheritedData. However, text-wrap is a longhand of the white-space shorthand, which is frequently set. Therefore, interactions with text-wrap are not rare, and should be moved from m_rareInheritedData to m_inheritedFlags.
<rdar://problem/109743940>
Pull request: https://github.com/WebKit/WebKit/pull/14322
Pull request: https://github.com/WebKit/WebKit/pull/14323
Committed 264523@main (c51eba8aa009): <https://commits.webkit.org/264523@main> Reviewed commits have been landed. Closing PR #14323 and removing active labels.