mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 13:45:36 +03:00
a20c0e0adb
The r1174 starts using cross-process frameIds. This simplifies Juggler a lot, but regresses a rare usecase: network requests from workers from subframes are attributed to main frame. This adds a test to annotate this regression. Note that this doesn't also work in Chromium. 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": "1174",
|
|
"download": true
|
|
},
|
|
{
|
|
"name": "webkit",
|
|
"revision": "1347",
|
|
"download": true
|
|
}
|
|
]
|
|
}
|