joshualoehr / PlaywrightBugRepro

Reproduces a bug with @playwright/test 1.14 and Yarn 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Playwright Bug Repro

microsoft/playwright#9092

This branch reproduces a bug introduced in an unknown Playwright version which causes the webkit browser on MacOS to ignore padding.

Chromium (correct):

Chromium correct screenshot

Firefox (correct):

Firefox correct screenshot

Webkit (incorrect):

Webkit incorrect screenshot

To Reproduce

Requires Node 12+

  1. Clone this repo
  2. (if necessary) npm i -g yarn
  3. yarn install
  4. yarn playwright install-deps && yarn playwright install
  5. yarn test

About

Reproduces a bug with @playwright/test 1.14 and Yarn 2


Languages

Language:HTML 50.6%Language:JavaScript 49.4%