playwright/browsers.json
Andrey Lushnikov 8fed0b3319
feat(firefox): roll Firefox to r1200 (#4316)
This roll includes:
- fix for the firefox flakiness related to popups
- fix for browser context closing with beforeunload events

References #4021
2020-11-02 21:00:37 -08:00

21 lines
351 B
JSON

{
"comment": "Do not edit this file, use utils/roll_browser.js",
"browsers": [
{
"name": "chromium",
"revision": "823078",
"download": true
},
{
"name": "firefox",
"revision": "1200",
"download": true
},
{
"name": "webkit",
"revision": "1373",
"download": true
}
]
}