Pointer Events are currently defined as follows: ENABLE_POINTER_EVENTS = $(ENABLE_POINTER_EVENTS_$(WK_PLATFORM_NAME)); ENABLE_POINTER_EVENTS_iosmac = ENABLE_POINTER_EVENTS; ENABLE_POINTER_EVENTS_iphoneos = ENABLE_POINTER_EVENTS; ENABLE_POINTER_EVENTS_iphonesimulator = ENABLE_POINTER_EVENTS; ENABLE_POINTER_EVENTS_macosx = ENABLE_POINTER_EVENTS; This excludes watchOS but there's no good reason why that platform should be excluded.
<rdar://problem/49040909>
Created attachment 367129 [details] Patch
Attachment 367129 [details] did not pass style-queue: ERROR: Source/WebCore/ChangeLog:9: You should remove the 'No new tests' and either add and list tests, or explain why no new tests were possible. [changelog/nonewtests] [5] Total errors found: 1 in 12 files If any of these errors are false positives, please file a bug against check-webkit-style.
Committed r244114: <https://trac.webkit.org/changeset/244114>