<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#c5">Comment # 5</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:bdakin&#64;apple.com" title="Beth Dakin &lt;bdakin&#64;apple.com&gt;"> <span class="fn">Beth Dakin</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=148758#c4">comment #4</a>)
<span class="quote">&gt; 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>
&gt; Patch
&gt; 
&gt; View in context:
&gt; <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>
&gt; 
&gt; &gt; Tools/WebKitTestRunner/mac/EventSenderProxy.mm:102
&gt; &gt; +    _eventSender_subtype = NSWindowExposedEventType;
&gt; 
&gt; This is zero, so I think you should just omit it (I don't think this is
&gt; really meant to be NSWindowExposedEventType, it just happens to be the same
&gt; as 0).</span >

You're right! I don't seem to need it.

<span class="quote">&gt; 
&gt; &gt; Tools/WebKitTestRunner/mac/EventSenderProxy.mm:374
&gt; &gt; +    if ([m_testController-&gt;mainWebView()-&gt;platformView() hitTest:[event locationInWindow]])
&gt; 
&gt; Why bother with the hit test? We don't use its result, and don't need to do
&gt; it.</span >

Good catch! I removed 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>