Bug 209040

Summary: pointerevents/ios/touch-action-none.html often times out
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: graouts, simon.fraser
Priority: P2    
Version: Safari Technology Preview   
Hardware: Unspecified   
OS: Unspecified   

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.