feat(firefox): roll to r1299 (#9932)

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
github-actions[bot] 2021-11-02 00:23:16 +01:00 committed by GitHub
parent 0495ce1ceb
commit 5d49c41a52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,7 @@
},
{
"name": "firefox",
"revision": "1298",
"revision": "1299",
"installByDefault": true
},
{

View File

@ -570,7 +570,6 @@ it.describe('download event', () => {
});
it('should emit download event from nested iframes', async ({ server, browser, browserName }, testInfo) => {
it.fixme(browserName === 'firefox', 'https://github.com/microsoft/playwright/issues/9922');
const page = await browser.newPage({ acceptDownloads: true });
server.setRoute('/1', (req, res) => {
res.setHeader('Content-Type', 'text/html');