playwright/browsers.json
Andrey Lushnikov 21807bcd35
feat(webkit): roll WebKit to r1306 (#2899)
r1306 was built with the new slim JHBUILD procedure. If this passes
our CI bots, it'll be good to go.
2020-07-10 16:05:43 -07:00

18 lines
279 B
JSON

{
"comment": "Do not edit this file, use utils/roll_browser.js",
"browsers": [
{
"name": "chromium",
"revision": "786218"
},
{
"name": "firefox",
"revision": "1125"
},
{
"name": "webkit",
"revision": "1306"
}
]
}