diff --git a/tests/library/modernizr.spec.ts b/tests/library/modernizr.spec.ts index 7e3fc49f6f..078a658565 100644 --- a/tests/library/modernizr.spec.ts +++ b/tests/library/modernizr.spec.ts @@ -52,7 +52,6 @@ it('Safari Desktop', async ({ browser, browserName, platform, server, headless } actual.video = !!actual.video; if (platform === 'linux') { - expected.subpixelfont = false; expected.speechrecognition = false; expected.publickeycredential = false; expected.mediastream = false; @@ -119,7 +118,6 @@ it('Mobile Safari', async ({ playwright, browser, browserName, platform, server, } if (platform === 'linux') { - expected.subpixelfont = false; expected.speechrecognition = false; expected.publickeycredential = false; expected.mediastream = false;