feat(webkit): roll to r2061 (#32109)

This commit is contained in:
Playwright Service 2024-08-10 02:44:32 -07:00 committed by GitHub
parent 4d26036b7b
commit e8d845be64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View File

@ -27,7 +27,7 @@
},
{
"name": "webkit",
"revision": "2060",
"revision": "2061",
"installByDefault": true,
"revisionOverrides": {
"mac10.14": "1446",

View File

@ -181,8 +181,7 @@ it('should work with Cross-Origin-Opener-Policy after redirect', async ({ page,
it('should properly cancel Cross-Origin-Opener-Policy navigation', {
annotation: { type: 'issue', description: 'https://github.com/microsoft/playwright/issues/32107' },
}, async ({ page, server, browserName, isLinux }) => {
it.fixme(browserName === 'webkit' && isLinux, 'Started failing after https://commits.webkit.org/281488@main');
}, async ({ page, server }) => {
server.setRoute('/empty.html', (req, res) => {
res.setHeader('Cross-Origin-Opener-Policy', 'same-origin');
res.end();