[webkit-reviews] review granted: [Bug 189889] Ensure PointerEvent is not visible when disabled : [Attachment 350550] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 24 10:00:16 PDT 2018


Eric Carlson <eric.carlson at apple.com> has granted Dean Jackson
<dino at apple.com>'s request for review:
Bug 189889: Ensure PointerEvent is not visible when disabled
https://bugs.webkit.org/show_bug.cgi?id=189889

Attachment 350550: Patch

https://bugs.webkit.org/attachment.cgi?id=350550&action=review




--- Comment #10 from Eric Carlson <eric.carlson at apple.com> ---
Comment on attachment 350550
  --> https://bugs.webkit.org/attachment.cgi?id=350550
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=350550&action=review

> LayoutTests/pointerevents/disabled.html:7
> +    output.textContent = window.PointerEvent + "";

Nit: a template literal might make this slightly easier to understand:
`${window.PointerEvent}`


More information about the webkit-reviews mailing list