RESOLVED DUPLICATE of bug 209153 209040
pointerevents/ios/touch-action-none.html often times out
https://bugs.webkit.org/show_bug.cgi?id=209040
Summary pointerevents/ios/touch-action-none.html often times out
Simon Fraser (smfr)
Reported 2020-03-12 21:53:18 PDT
pointerevents/ios/touch-action-none.html sets touchAction style and then begins a swipe, but nothing ensures that a rendering update occurred in between, so there's no guarantee that the new touch action regions make it to the UI process before the swipe starts.
Attachments
Simon Fraser (smfr)
Comment 1 2020-03-16 19:28:13 PDT
TestInvocation::didReceiveMessageFromInjectedBundle(), when receiving the "RunUIProcessScript" message, calls WKPageCallAfterNextPresentationUpdate() so this is just a dup of 209153 *** This bug has been marked as a duplicate of bug 209153 ***
Note You need to log in before you can comment on or make changes to this bug.