feat(webkit): roll to r1721 (#17591)

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Playwright Service 2022-09-26 11:39:52 -07:00 committed by GitHub
parent e73676d094
commit d6dbfe547f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
},
{
"name": "webkit",
"revision": "1719",
"revision": "1721",
"installByDefault": true,
"revisionOverrides": {
"mac10.14": "1446",

View File

@ -3738,7 +3738,7 @@ might return multiple quads for inline nodes.
/**
* Pause reason.
*/
reason: "XHR"|"Fetch"|"DOM"|"AnimationFrame"|"Interval"|"Listener"|"Timeout"|"exception"|"assert"|"CSPViolation"|"DebuggerStatement"|"Breakpoint"|"PauseOnNextStatement"|"Microtask"|"FunctionCall"|"BlackboxedScript"|"other";
reason: "URL"|"DOM"|"AnimationFrame"|"Interval"|"Listener"|"Timeout"|"exception"|"assert"|"CSPViolation"|"DebuggerStatement"|"Breakpoint"|"PauseOnNextStatement"|"Microtask"|"FunctionCall"|"BlackboxedScript"|"other";
/**
* Object containing break-specific auxiliary properties.
*/