feat(webkit): roll to r1707 (#16668)

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 2022-08-19 02:09:39 -07:00 committed by GitHub
parent 00ba305152
commit 1154fffd8b
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": "1706",
"revision": "1707",
"installByDefault": true,
"revisionOverrides": {
"mac10.14": "1446",

View File

@ -156,7 +156,6 @@ it('page.reload should work with same origin redirect', async ({ page, server })
it('page.reload should work with cross-origin redirect', async ({ page, server, browserName }) => {
it.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/16147' });
it.fixme(browserName === 'webkit');
await page.goto(server.EMPTY_PAGE);
server.setRedirect('/empty.html', server.CROSS_PROCESS_PREFIX + '/title.html');
await page.reload();