mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
fix(firefox): roll Firefox to 1239 (#6007)
Re-enable now passing SVG Favicon prefes-color-scheme test. Fixes #5977
This commit is contained in:
parent
72a2dff538
commit
36d2d93e1a
@ -8,7 +8,7 @@
|
||||
},
|
||||
{
|
||||
"name": "firefox",
|
||||
"revision": "1238",
|
||||
"revision": "1239",
|
||||
"installByDefault": true
|
||||
},
|
||||
{
|
||||
|
||||
@ -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}) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user