This branch reproduces a bug introduced in an unknown Playwright version which causes the webkit browser on MacOS to ignore padding.
Chromium (correct):
Firefox (correct):
Webkit (incorrect):
Requires Node 12+
- Clone this repo
- (if necessary)
npm i -g yarn yarn installyarn playwright install-deps && yarn playwright installyarn test


