Bug 209040
Summary: | pointerevents/ios/touch-action-none.html often times out | ||
---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
Component: | Tools / Tests | Assignee: | 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)
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
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 ***