mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
feat(webkit): roll to r1691 (#16000)
This commit is contained in:
parent
2eff208e54
commit
a128dda84e
@ -33,7 +33,7 @@
|
||||
},
|
||||
{
|
||||
"name": "webkit",
|
||||
"revision": "1689",
|
||||
"revision": "1691",
|
||||
"installByDefault": true,
|
||||
"revisionOverrides": {
|
||||
"mac10.14": "1446",
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user