[iOS WK2] Some pointerevents tests time out
Created attachment 393427 [details] Patch
<rdar://problem/60338691>
Comment on attachment 393427 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=393427&action=review > LayoutTests/pointerevents/utils.js:146 > setTimeout(resolve, durationInSeconds * 1000) Not for this patch, but it looks like we should fix this to actually listen for the zooming UIScriptController callbacks to know when the zooming animation is done instead of having a hard-coded timeout. > LayoutTests/pointerevents/utils.js:231 > + console.log(script); Was this console.log intended?
Comment on attachment 393427 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=393427&action=review > LayoutTests/pointerevents/utils.js:230 > + let script = `uiController.${command}(${args}, () => uiController.uiScriptComplete());`; You could use `const` here instead of `let`.
https://trac.webkit.org/changeset/258406/webkit