ssia
Created attachment 442043 [details] Patch
Created attachment 442079 [details] Patch
Comment on attachment 442079 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=442079&action=review > Source/WebCore/ChangeLog:12 > + > + This patch ensures that the leading collapsible whitespace on the continuous run is taken > + into account when checking if the otherwise overflowing content may fit the line. > + e.g. > + <span style="white-space: nowrap">no_wrap </span><span> yes_wrap</span> > + The " yes_wrap" content has a collapsible leading whitespace here. This could mention that the tests are part of the upcoming patches.
Created attachment 442156 [details] Patch
Committed r284678 (243398@main): <https://commits.webkit.org/243398@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 442156 [details].
<rdar://problem/84547740>