feat(webkit): roll to r2156 - enable Skia on Windows (#35595)

This commit is contained in:
microsoft-playwright-automation[bot] 2025-04-14 10:05:04 -07:00 committed by GitHub
parent 9efdcf11b9
commit 4e3b01ff83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@
},
{
"name": "webkit",
"revision": "2155",
"revision": "2156",
"installByDefault": true,
"revisionOverrides": {
"debian11-x64": "2105",

View File

@ -70,7 +70,7 @@ it('Safari Desktop', async ({ browser, browserName, platform, server, headless }
expected.peerconnection = false;
expected.speechrecognition = false;
expected.speechsynthesis = false;
expected.todataurljpeg = false;
expected.todataurlwebp = true;
expected.webaudio = false;
expected.gamepads = false;
@ -133,7 +133,7 @@ it('Mobile Safari', async ({ playwright, browser, browserName, platform, server,
expected.peerconnection = false;
expected.speechrecognition = false;
expected.speechsynthesis = false;
expected.todataurljpeg = false;
expected.todataurlwebp = true;
expected.webaudio = false;
expected.gamepads = false;