mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 21:53:35 +03:00
5d1291528f
This revision enables `documentchannel` feature by default. References #3995
21 lines
351 B
JSON
21 lines
351 B
JSON
{
|
|
"comment": "Do not edit this file, use utils/roll_browser.js",
|
|
"browsers": [
|
|
{
|
|
"name": "chromium",
|
|
"revision": "808777",
|
|
"download": true
|
|
},
|
|
{
|
|
"name": "firefox",
|
|
"revision": "1182",
|
|
"download": true
|
|
},
|
|
{
|
|
"name": "webkit",
|
|
"revision": "1347",
|
|
"download": true
|
|
}
|
|
]
|
|
}
|