feat(webkit): roll to r1813 (#21819)

Signed-off-by: Max Schmitt <max@schmitt.mx>
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 2023-03-20 15:56:03 -07:00 committed by GitHub
parent 543c812d2f
commit 2dee3c4fc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -33,7 +33,7 @@
},
{
"name": "webkit",
"revision": "1811",
"revision": "1813",
"installByDefault": true,
"revisionOverrides": {
"mac10.14": "1446",

View file

@ -654,7 +654,6 @@ it('should return server address directly from response', async ({ page, server,
it('should return security details directly from response', async ({ contextFactory, httpsServer, browserName, platform }) => {
it.fail(browserName === 'webkit' && platform === 'linux', 'https://github.com/microsoft/playwright/issues/6759');
it.fail(browserName === 'webkit' && platform === 'win32');
const context = await contextFactory({ ignoreHTTPSErrors: true });
const page = await context.newPage();