blob: 9af4063f0ae0ed45c281d7a0aeba2141daf1ae6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Given a parent block with an empty collapse-through child followed by a child with a top margin, check that the parent block is pulled downwards by that margin, to the exact top of the next column. The collapse-through child prevents us from correctly estimating the logical top of the parent initially.
Below there should be a yellow box. Inside it there should be a top-center aligned green box.
PASS
|