trying to replace "return style().width().isAuto() && style().height().isAuto() && !style().logicalTop().isAuto() && !style().logicalBottom().isAuto() && (style().logicalLeft().isAuto() || style().logicalRight().isAuto());" with something easier to parse.
Created attachment 424913 [details] Patch
Comment on attachment 424913 [details] Patch This looks good to me once the commit message is fixed. Thanks for working on this :)
Created attachment 424980 [details] Patch
(In reply to Rob Buis from comment #2) > Comment on attachment 424913 [details] > Patch > > This looks good to me once the commit message is fixed. Thanks for the review! >Thanks for working on this :) I am trying to figure out an infinite recursion bug and I realized I should have involved myself more during the initial patch reviews. It's all new to me now.
Committed r275402: <https://commits.webkit.org/r275402> All reviewed patches have been landed. Closing bug and clearing flags on attachment 424980 [details].
<rdar://problem/76136339>