feat(webkit): roll to r2036 (#31387)

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Playwright Service 2024-06-20 00:52:59 -07:00 committed by GitHub
parent 95fc2b8a8b
commit 0694474fe1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -27,7 +27,7 @@
},
{
"name": "webkit",
"revision": "2035",
"revision": "2036",
"installByDefault": true,
"revisionOverrides": {
"mac10.14": "1446",

View File

@ -2122,6 +2122,10 @@ export module Protocol {
* Array of <code>DOMNode</code> ids of any children marked as selected.
*/
selectedChildNodeIds?: NodeId[];
/**
* On / off state of switch form controls.
*/
switchState?: "off"|"on";
}
/**
* A structure holding an RGBA color.