playwright/browsers.json
Andrey Lushnikov e8a33c4039
feat(firefox): roll Firefox to r1237 (#5849)
This patch rolls Firefox to r1237. Upstream firefox still struggles
with crashes with certain videos: https://bugzilla.mozilla.org/show_bug.cgi?id=1697004

This PR also workarounds this crash by disabling webrender.

References #5721
2021-03-16 23:27:39 -07:00

26 lines
437 B
JSON

{
"comment": "Do not edit this file, use utils/roll_browser.js",
"browsers": [
{
"name": "chromium",
"revision": "857950",
"download": true
},
{
"name": "firefox",
"revision": "1237",
"download": true
},
{
"name": "webkit",
"revision": "1446",
"download": true
},
{
"name": "ffmpeg",
"revision": "1005",
"download": true
}
]
}