Support aspect-ratio in intrinsic sizing.
Created attachment 418150 [details] Patch
Created attachment 418632 [details] Patch
<rdar://problem/73755568>
Created attachment 419498 [details] Patch
Created attachment 420826 [details] Patch
Created attachment 420831 [details] Patch
Created attachment 420944 [details] Patch
Created attachment 421135 [details] Patch
Created attachment 421148 [details] Patch
Created attachment 421210 [details] Patch
Created attachment 421228 [details] Patch
Created attachment 421393 [details] Patch
Created attachment 421744 [details] Patch
Created attachment 421751 [details] Patch
Created attachment 421754 [details] Patch
Created attachment 421779 [details] Patch
Created attachment 422053 [details] Patch
Created attachment 422528 [details] Patch
Comment on attachment 422528 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=422528&action=review > Source/WebCore/rendering/RenderBox.h:88 > + LayoutUnit constrainLogicalWidthInFragmentByMinMax(LayoutUnit, LayoutUnit, RenderBlock&, RenderFragmentContainer*, bool allowIntrinsic = true) const; Please use an enum. The 'false' in call site is mysterious.
Created attachment 422552 [details] Patch
Committed r274068: <https://commits.webkit.org/r274068> All reviewed patches have been landed. Closing bug and clearing flags on attachment 422552 [details].