Bug 209039

Summary: touch-action-none-on-iframe.html fails: RenderWidget doesn't paint the event region
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: UI EventsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: graouts, graouts, koivisto, simon.fraser
Priority: P2    
Version: Safari Technology Preview   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=213846

Description Simon Fraser (smfr) 2020-03-12 21:32:39 PDT
In touch-action-none-on-iframe.html we go to paint the RenderWidget, but it has no event-region painting code so we fail to account for the touch-action:none.

This test fails.
Comment 1 Antoine Quint 2020-07-01 08:13:10 PDT
I actually believe this might be correct, at the very least the spec is not clear on this topic and Chrome does not prevent scrolling when setting "touch-action: none" on an <iframe> element. I filed bug 213846 to update the test and will raise a spec issue as well to clarify this.