feat(webkit): roll to r2095 (#33229)
This commit is contained in:
parent
8ec981c394
commit
6800fd45a2
|
|
@ -27,7 +27,7 @@
|
|||
},
|
||||
{
|
||||
"name": "webkit",
|
||||
"revision": "2094",
|
||||
"revision": "2095",
|
||||
"installByDefault": true,
|
||||
"revisionOverrides": {
|
||||
"mac10.14": "1446",
|
||||
|
|
|
|||
|
|
@ -359,8 +359,10 @@ export const deps: any = {
|
|||
'libx264-163',
|
||||
'libatomic1',
|
||||
'libevent-2.1-7',
|
||||
'libavif13',
|
||||
],
|
||||
lib2package: {
|
||||
'libavif.so.13': 'libavif13',
|
||||
'libsoup-3.0.so.0': 'libsoup-3.0-0',
|
||||
'libasound.so.2': 'libasound2',
|
||||
'libatk-1.0.so.0': 'libatk1.0-0',
|
||||
|
|
@ -566,9 +568,11 @@ export const deps: any = {
|
|||
'libxkbcommon0',
|
||||
'libxml2',
|
||||
'libxslt1.1',
|
||||
'libx264-164'
|
||||
'libx264-164',
|
||||
'libavif16',
|
||||
],
|
||||
lib2package: {
|
||||
'libavif.so.16': 'libavif16',
|
||||
'libasound.so.2': 'libasound2t64',
|
||||
'libatk-1.0.so.0': 'libatk1.0-0t64',
|
||||
'libatk-bridge-2.0.so.0': 'libatk-bridge2.0-0t64',
|
||||
|
|
@ -994,8 +998,10 @@ export const deps: any = {
|
|||
'libxslt1.1',
|
||||
'libatomic1',
|
||||
'libevent-2.1-7',
|
||||
'libavif15',
|
||||
],
|
||||
lib2package: {
|
||||
'libavif.so.15': 'libavif15',
|
||||
'libsoup-3.0.so.0': 'libsoup-3.0-0',
|
||||
'libasound.so.2': 'libasound2',
|
||||
'libatk-1.0.so.0': 'libatk1.0-0',
|
||||
|
|
|
|||
|
|
@ -400,7 +400,7 @@ it('should be able to render avif images', {
|
|||
}
|
||||
}, async ({ page, server, browserName, platform }) => {
|
||||
it.fixme(browserName === 'webkit' && platform === 'win32');
|
||||
it.fixme(browserName === 'webkit' && platform === 'linux', 'https://github.com/microsoft/playwright/issues/32673');
|
||||
it.skip(browserName === 'webkit' && hostPlatform.startsWith('ubuntu20.04'), 'Ubuntu 20.04 is frozen');
|
||||
await page.goto(server.EMPTY_PAGE);
|
||||
await page.setContent(`<img src="${server.PREFIX}/rgb.avif" onerror="window.error = true">`);
|
||||
await expect.poll(() => page.locator('img').boundingBox()).toEqual(expect.objectContaining({
|
||||
|
|
|
|||
Loading…
Reference in a new issue