reland: css-flexbox: special cases for rtl horizontal boxs
This is a reland. The original path at https://chromium-review.googlesource.com/c/chromium/src/+/1872566 included deleting third_party/blink/web_tests/platform/mac-mac10.10/paint/invalidation/overflow/float-overflow-right-expected.txt That was wrong (not sure why the rebaseline tool did that). Two special cases that carry over from the old code: . LayoutDeprecatedFlexibleBox always started layout at an origin of 0, even when rtl. This gives the same behavior. . When rtl end is treated as start. BUG=1014884 TEST=fast/deprecated-flexbox/017.html Change-Id: Ifdd1dd8581844a1365dfceed5fd316dff7a78fd2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1876073Reviewed-by:Christian Biesinger <cbiesinger@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#708838}
Showing


