Skip to content

Commit 3c79f47

Browse files
feat(webkit): roll to r2227
1 parent 3570954 commit 3c79f47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/playwright-core/browsers.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
{
4141
"name": "webkit",
42-
"revision": "2226",
42+
"revision": "2227",
4343
"installByDefault": true,
4444
"revisionOverrides": {
4545
"debian11-x64": "2105",

packages/playwright-core/src/server/webkit/protocol.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8901,7 +8901,7 @@ the top of the viewport and Y increases as it proceeds towards the bottom of the
89018901
/**
89028902
* Timeline record type.
89038903
*/
8904-
export type EventType = "EventDispatch"|"ScheduleStyleRecalculation"|"RecalculateStyles"|"InvalidateLayout"|"Layout"|"Paint"|"Composite"|"RenderingFrame"|"TimerInstall"|"TimerRemove"|"TimerFire"|"EvaluateScript"|"TimeStamp"|"Time"|"TimeEnd"|"FunctionCall"|"ProbeSample"|"ConsoleProfile"|"RequestAnimationFrame"|"CancelAnimationFrame"|"FireAnimationFrame"|"ObserverCallback"|"Screenshot";
8904+
export type EventType = "EventDispatch"|"ScheduleStyleRecalculation"|"RecalculateStyles"|"InvalidateLayout"|"Layout"|"Paint"|"Composite"|"RenderingFrame"|"TimerInstall"|"TimerRemove"|"TimerFire"|"EvaluateScript"|"TimeStamp"|"Time"|"TimeEnd"|"FunctionCall"|"ProbeSample"|"ConsoleProfile"|"RequestAnimationFrame"|"CancelAnimationFrame"|"FireAnimationFrame"|"ObserverCallback"|"FirstContentfulPaint"|"LargestContentfulPaint"|"Screenshot";
89058905
/**
89068906
* Instrument types.
89078907
*/

0 commit comments

Comments
 (0)