I'm attaching a simple test case which should render 2 absolute positioned items with a height exactly matching the height of each row. Instead we get a single one spanning the whole height of the grid (even the padding).
Actually it's expected they don't work at this point.
You can see the following FIXME in LayoutGrid::layoutPositionedObjects():
for (auto* child : *positionedDescendants) {
if (isOrthogonalChild(*child)) {
// FIXME: Properly support orthogonal writing mode.
continue;
}
Comment 1 by svil...@igalia.com
, Aug 22 201612.8 KB
12.8 KB View Download