From 764b02f18aeed13b708d6f9c93cc0141fa882565 Mon Sep 17 00:00:00 2001 From: David Grogan Date: Mon, 22 Jun 2020 10:38:37 +0000 Subject: [PATCH] Bug 1645573 [wpt PR 24137] - [FlexNG] Fix double reversal for wrap-reverse, a=testonly Automatic update from web-platform-tests [FlexNG] Fix double reversal for wrap-reverse We were double flipping some static positions for abspos flex children with align-items: flex-{start,end}. Included is an extensive test of static positions for abspos flex children. Fixed: 1090613 Bug: 845235 Change-Id: I1abd5d114c6740f3736d27aafdd4836b296d5d7b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2244590 Commit-Queue: David Grogan Reviewed-by: Ian Kilpatrick Cr-Commit-Position: refs/heads/master@{#778112} -- wpt-commits: ef14c5bc0da3d3c0f642a3195a9e41433d36a5ba wpt-pr: 24137 --- .../css/css-flexbox/position-absolute-013.html | 154 +++++++++++++++++++++ 1 file changed, 154 insertions(+) create mode 100644 testing/web-platform/tests/css/css-flexbox/position-absolute-013.html diff --git a/testing/web-platform/tests/css/css-flexbox/position-absolute-013.html b/testing/web-platform/tests/css/css-flexbox/position-absolute-013.html new file mode 100644 index 000000000000..cdbdfcfbf72b --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/position-absolute-013.html @@ -0,0 +1,154 @@ + +CSS Test: Absolutely positioned children of flexboxes + + + + + + + + +
+ + -- 2.11.4.GIT