<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Need to be able to test default behaviors on force click"
   href="https://bugs.webkit.org/show_bug.cgi?id=148758#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Need to be able to test default behaviors on force click"
   href="https://bugs.webkit.org/show_bug.cgi?id=148758">bug 148758</a>
              from <span class="vcard"><a class="email" href="mailto:thorton&#64;apple.com" title="Tim Horton &lt;thorton&#64;apple.com&gt;"> <span class="fn">Tim Horton</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=260539&amp;action=diff" name="attach_260539" title="Patch">attachment 260539</a> <a href="attachment.cgi?id=260539&amp;action=edit" title="Patch">[details]</a></span>
Patch

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=260539&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=260539&amp;action=review</a>

<span class="quote">&gt; Tools/WebKitTestRunner/mac/EventSenderProxy.mm:102
&gt; +    _eventSender_subtype = NSWindowExposedEventType;</span >

This is zero, so I think you should just omit it (I don't think this is really meant to be NSWindowExposedEventType, it just happens to be the same as 0).

<span class="quote">&gt; Tools/WebKitTestRunner/mac/EventSenderProxy.mm:374
&gt; +    if ([m_testController-&gt;mainWebView()-&gt;platformView() hitTest:[event locationInWindow]])</span >

Why bother with the hit test? We don't use its result, and don't need to do it.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>