12021-03-03 Sergio Villar Senin <svillar@igalia.com>
2
3 [css-flexbox] Fix mainAxisLengthIsDefinite for orthogonal items with percentage sizes
4 https://bugs.webkit.org/show_bug.cgi?id=222684
5
6 Reviewed by NOBODY (OOPS!).
7
8 r260055 fixed a crash in flexbox code by not caching the definiteness of the logical height of the flexbox
9 container in case of having orthogonal items because in that case, the logical heights of the flex container
10 and the flex item are not in the same axis. That made a lot of sense, however we should still let the method
11 return whether or not the child main axis is definite instead of unconditionally return false.
12
13 * rendering/RenderFlexibleBox.cpp:
14 (WebCore::RenderFlexibleBox::childMainSizeIsDefinite const):
15