mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
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:
parent
f5df3f5f8a
commit
e76edef3e2
@ -23,7 +23,7 @@
|
||||
},
|
||||
{
|
||||
"name": "webkit",
|
||||
"revision": "1578",
|
||||
"revision": "1579",
|
||||
"installByDefault": true,
|
||||
"revisionOverrides": {
|
||||
"mac10.14": "1446"
|
||||
|
||||
@ -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(() => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user