fix(firefox): roll Firefox to 1239 (#6007)

Re-enable now passing SVG Favicon prefes-color-scheme
test.

Fixes #5977
This commit is contained in:
Ross Wollman 2021-03-30 17:27:47 -07:00 committed by GitHub
parent 72a2dff538
commit 36d2d93e1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,7 @@
},
{
"name": "firefox",
"revision": "1238",
"revision": "1239",
"installByDefault": true
},
{

View File

@ -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}) => {