mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 21:53:35 +03:00
411c738026
This roll includes firefox upstream roll. A few tests were hard on me, so they are currently disabled: - `should work with subframes return 204` - `should work when subframe issues window.stop()` Additionally, new firefox changes cookie treatment that affected a portion of our cookie tests. References #3215
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": "792639",
|
|
"download": true
|
|
},
|
|
{
|
|
"name": "firefox",
|
|
"revision": "1154",
|
|
"download": true
|
|
},
|
|
{
|
|
"name": "webkit",
|
|
"revision": "1322",
|
|
"download": true
|
|
}
|
|
]
|
|
}
|