feat(webkit): roll to r2147 (#35164)

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
Playwright Service 2025-03-12 16:38:11 -07:00 committed by GitHub
parent 3b9515e7ef
commit cc4045e850
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,7 @@
},
{
"name": "webkit",
"revision": "2146",
"revision": "2147",
"installByDefault": true,
"revisionOverrides": {
"debian11-x64": "2105",

View File

@ -19,6 +19,7 @@ import { test as it, expect } from './pageTest';
import { chromiumVersionLessThan } from '../config/utils';
it('should work @smoke', async ({ page, browserName, isMac }) => {
it.skip(browserName === 'webkit' && isMac);
await page.setContent(`
<head>
<title>Accessibility Test</title>