We are clearing/update the overrideContainingBLockWidth in some cases that is not necessary; in some cases we do it due orthogonal flows logic needs. I think this unneeded clear/updates operations may lead to unexpected behaviors when computing intrinsic size, so we must avoid it when possible.
Created attachment 323667 [details] Patch
Created attachment 323881 [details] Patch
Comment on attachment 323881 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=323881&action=review > Source/WebCore/ChangeLog:17 > + This changes is a defensive approach to avoid the issues caused by Nit: change
Created attachment 324829 [details] Patch
Comment on attachment 324829 [details] Patch Clearing flags on attachment: 324829 Committed r223955: <https://trac.webkit.org/changeset/223955>
All reviewed patches have been landed. Closing bug.
<rdar://problem/35568771>