playwright/browsers.json
Andrey Lushnikov f983432536
feat(firefox): roll firefox to r1160 (#3468)
Since this is a beta build, cookie tests are restored to the
proper non-lax-by-default behavior.

Fixes #3215
2020-08-15 17:15:21 -07:00

21 lines
351 B
JSON

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