Absolute top/right/bottom/left percentages resolve against the containing block and stretch the child to the centered half-size box; catches pixel interpretation or wrong percentage bases.
The inset shorthand stretches an absolutely positioned box with inset:20px 30px 40px 50px; catches parsers that ignore the shorthand while longhands work.
position:relative percentage top/left offsets resolve against the containing block and cover the red marker; catches own-size percentage bases or ignored relative percentages.
A positioned z-index:-1 child in a local stacking context stays behind an overlapping in-flow sibling; catches painting all positioned descendants above normal flow.