feat(webkit): roll to r1579 (#10409)

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:
github-actions[bot] 2021-11-19 11:11:27 +01:00 committed by GitHub
parent f5df3f5f8a
commit e76edef3e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -23,7 +23,7 @@
},
{
"name": "webkit",
"revision": "1578",
"revision": "1579",
"installByDefault": true,
"revisionOverrides": {
"mac10.14": "1446"

View File

@ -171,8 +171,7 @@ it.describe('page screenshot', () => {
expect(screenshot).toMatchSnapshot('screenshot-canvas.png', { threshold: 0.4 });
});
it('should capture canvas changes', async ({ page, browserName, isMac, isElectron }) => {
it.fail(browserName === 'webkit' && isMac, 'https://github.com/microsoft/playwright/issues/8796');
it('should capture canvas changes', async ({ page, isElectron }) => {
it.skip(isElectron);
await page.goto('data:text/html,<canvas></canvas>');
await page.evaluate(() => {