mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
feat(webkit): roll WebKit to 1550 (#9239)
This commit is contained in:
parent
ceafa6548d
commit
c63348bd03
@ -23,7 +23,7 @@
|
||||
},
|
||||
{
|
||||
"name": "webkit",
|
||||
"revision": "1548",
|
||||
"revision": "1550",
|
||||
"installByDefault": true,
|
||||
"revisionOverrides": {
|
||||
"mac10.14": "1446"
|
||||
|
||||
@ -58,7 +58,6 @@ it('should report requests and responses handled by service worker', async ({ pa
|
||||
});
|
||||
|
||||
it('should return response body when Cross-Origin-Opener-Policy is set', async ({ page, server, browserName }) => {
|
||||
it.fail(browserName === 'webkit', 'https://github.com/microsoft/playwright/issues/8796');
|
||||
server.setRoute('/empty.html', (req, res) => {
|
||||
res.setHeader('Cross-Origin-Opener-Policy', 'same-origin');
|
||||
res.end('Hello there!');
|
||||
|
||||
@ -69,7 +69,6 @@ it('should work with cross-process that fails before committing', async ({ page,
|
||||
});
|
||||
|
||||
it('should work with Cross-Origin-Opener-Policy', async ({ page, server, browserName }) => {
|
||||
it.fail(browserName === 'webkit', 'https://github.com/microsoft/playwright/issues/8796');
|
||||
server.setRoute('/empty.html', (req, res) => {
|
||||
res.setHeader('Cross-Origin-Opener-Policy', 'same-origin');
|
||||
res.end();
|
||||
@ -101,7 +100,6 @@ it('should work with Cross-Origin-Opener-Policy', async ({ page, server, browser
|
||||
});
|
||||
|
||||
it('should work with Cross-Origin-Opener-Policy after redirect', async ({ page, server, browserName }) => {
|
||||
it.fail(browserName === 'webkit', 'https://github.com/microsoft/playwright/issues/8796');
|
||||
server.setRedirect('/redirect', '/empty.html');
|
||||
server.setRoute('/empty.html', (req, res) => {
|
||||
res.setHeader('Cross-Origin-Opener-Policy', 'same-origin');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user