зеркало из https://github.com/mozilla/gecko-dev.git
48fdff53fc
The ability to reverse axes internally was added in bug 983427, but it turns out not to be used. test_flex_lines.html needs to be modified because those expected cross values are written as if the flex lines are physically in top-to-bottom order (due to we reversed the axes internally). Now we don't reverse the internal axes, the order of the flex lines becomes bottom-to-top due to "flex-wrap: wrap-reverse". The crossStart coordinate begins from the flex container's bottom end edge, and it increases from bottom to the top to the flex container's top end edge. (Note the flex container has 42px height.) Differential Revision: https://phabricator.services.mozilla.com/D75887 |
||
---|---|---|
.. | ||
test | ||
Flex.cpp | ||
Flex.h | ||
FlexItemValues.cpp | ||
FlexItemValues.h | ||
FlexLineValues.cpp | ||
FlexLineValues.h | ||
moz.build |