From 36d2d93e1aac3aeb41d1b720795c97db41b4fcad Mon Sep 17 00:00:00 2001 From: Ross Wollman Date: Tue, 30 Mar 2021 17:27:47 -0700 Subject: [PATCH] fix(firefox): roll Firefox to 1239 (#6007) Re-enable now passing SVG Favicon prefes-color-scheme test. Fixes #5977 --- browsers.json | 2 +- test/favicon.spec.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/browsers.json b/browsers.json index ed1ca432c4..3d51a3fbe5 100644 --- a/browsers.json +++ b/browsers.json @@ -8,7 +8,7 @@ }, { "name": "firefox", - "revision": "1238", + "revision": "1239", "installByDefault": true }, { diff --git a/test/favicon.spec.ts b/test/favicon.spec.ts index c7d9eb4288..abdbaa1b7f 100644 --- a/test/favicon.spec.ts +++ b/test/favicon.spec.ts @@ -19,7 +19,6 @@ import path from 'path'; import { it } from './fixtures'; it('should load svg favicon with prefer-color-scheme', (test, {browserName, browserChannel, headful}) => { - test.fixme(browserName === 'firefox', 'firefox hard crashes in both headless and headful'); test.skip(!headful && browserName !== 'firefox', 'headless browsers, except firefox, do not request favicons'); test.skip(headful && browserName === 'webkit' && !browserChannel, 'playwright headful webkit does not have a favicon feature'); }, async ({page, server}) => {