feat(webkit): roll to r1691 (#16000)

This commit is contained in:
Yury Semikhatsky 2022-07-27 16:39:01 -07:00 committed by GitHub
parent 2eff208e54
commit a128dda84e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -33,7 +33,7 @@
},
{
"name": "webkit",
"revision": "1689",
"revision": "1691",
"installByDefault": true,
"revisionOverrides": {
"mac10.14": "1446",

View File

@ -66,7 +66,6 @@ it('should dispatch wheel events @smoke', async ({ page, server }) => {
it('should dispatch wheel event on svg element', async ({ page, browserName, headless, isLinux }) => {
it.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/15566' });
it.fixme(browserName === 'webkit' && headless && isLinux);
await page.setContent(`
<body>
<svg class="scroll-box"></svg>