mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
feat(webkit): roll to r2061 (#32109)
This commit is contained in:
parent
4d26036b7b
commit
e8d845be64
@ -27,7 +27,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "webkit",
|
"name": "webkit",
|
||||||
"revision": "2060",
|
"revision": "2061",
|
||||||
"installByDefault": true,
|
"installByDefault": true,
|
||||||
"revisionOverrides": {
|
"revisionOverrides": {
|
||||||
"mac10.14": "1446",
|
"mac10.14": "1446",
|
||||||
|
|||||||
@ -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', {
|
it('should properly cancel Cross-Origin-Opener-Policy navigation', {
|
||||||
annotation: { type: 'issue', description: 'https://github.com/microsoft/playwright/issues/32107' },
|
annotation: { type: 'issue', description: 'https://github.com/microsoft/playwright/issues/32107' },
|
||||||
}, async ({ page, server, browserName, isLinux }) => {
|
}, async ({ page, server }) => {
|
||||||
it.fixme(browserName === 'webkit' && isLinux, 'Started failing after https://commits.webkit.org/281488@main');
|
|
||||||
server.setRoute('/empty.html', (req, res) => {
|
server.setRoute('/empty.html', (req, res) => {
|
||||||
res.setHeader('Cross-Origin-Opener-Policy', 'same-origin');
|
res.setHeader('Cross-Origin-Opener-Policy', 'same-origin');
|
||||||
res.end();
|
res.end();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user