mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
feat(webkit): roll to r1761 (#20207)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
e08168e16e
commit
e740522069
@ -33,7 +33,7 @@
|
||||
},
|
||||
{
|
||||
"name": "webkit",
|
||||
"revision": "1760",
|
||||
"revision": "1761",
|
||||
"installByDefault": true,
|
||||
"revisionOverrides": {
|
||||
"mac10.14": "1446",
|
||||
|
||||
@ -6245,10 +6245,6 @@ the top of the viewport and Y increases as it proceeds towards the bottom of the
|
||||
* Same-Site policy of a cookie.
|
||||
*/
|
||||
export type CookieSameSitePolicy = "None"|"Lax"|"Strict";
|
||||
/**
|
||||
* Page reduced-motion media query override.
|
||||
*/
|
||||
export type ReducedMotion = "Reduce"|"NoPreference";
|
||||
/**
|
||||
* Page forced-colors media query override.
|
||||
*/
|
||||
@ -6933,14 +6929,6 @@ the top of the viewport and Y increases as it proceeds towards the bottom of the
|
||||
}
|
||||
export type setEmulatedMediaReturnValue = {
|
||||
}
|
||||
/**
|
||||
* Forces the reduced-motion media query for the page.
|
||||
*/
|
||||
export type setForcedReducedMotionParameters = {
|
||||
reducedMotion?: ReducedMotion;
|
||||
}
|
||||
export type setForcedReducedMotionReturnValue = {
|
||||
}
|
||||
/**
|
||||
* Forces the forced-colors media query for the page.
|
||||
*/
|
||||
@ -9306,7 +9294,6 @@ the top of the viewport and Y increases as it proceeds towards the bottom of the
|
||||
"Page.setShowRulers": Page.setShowRulersParameters;
|
||||
"Page.setShowPaintRects": Page.setShowPaintRectsParameters;
|
||||
"Page.setEmulatedMedia": Page.setEmulatedMediaParameters;
|
||||
"Page.setForcedReducedMotion": Page.setForcedReducedMotionParameters;
|
||||
"Page.setForcedColors": Page.setForcedColorsParameters;
|
||||
"Page.setTimeZone": Page.setTimeZoneParameters;
|
||||
"Page.setTouchEmulationEnabled": Page.setTouchEmulationEnabledParameters;
|
||||
@ -9615,7 +9602,6 @@ the top of the viewport and Y increases as it proceeds towards the bottom of the
|
||||
"Page.setShowRulers": Page.setShowRulersReturnValue;
|
||||
"Page.setShowPaintRects": Page.setShowPaintRectsReturnValue;
|
||||
"Page.setEmulatedMedia": Page.setEmulatedMediaReturnValue;
|
||||
"Page.setForcedReducedMotion": Page.setForcedReducedMotionReturnValue;
|
||||
"Page.setForcedColors": Page.setForcedColorsReturnValue;
|
||||
"Page.setTimeZone": Page.setTimeZoneReturnValue;
|
||||
"Page.setTouchEmulationEnabled": Page.setTouchEmulationEnabledReturnValue;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user