<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Spellchecker rejects word when adding a period or colon character if there is no trailing space before the next word"
   href="https://bugs.webkit.org/show_bug.cgi?id=149056#c33">Comment # 33</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Spellchecker rejects word when adding a period or colon character if there is no trailing space before the next word"
   href="https://bugs.webkit.org/show_bug.cgi?id=149056">bug 149056</a>
              from <span class="vcard"><a class="email" href="mailto:aplazas&#64;igalia.com" title="Adrien Plazas &lt;aplazas&#64;igalia.com&gt;"> <span class="fn">Adrien Plazas</span></a>
</span></b>
        <pre>All tests using initSpellTest() from editing/spelling/resources/utils.js fail on Mac.

I suspect that either one these two lines form initSpellTest() don't do its job as expect:
    destination.focus();
    document.execCommand(&quot;InsertText&quot;, false, testText);
or that the timed out test is actually executed before the text have been inserted:
    shouldBecomeDifferent('internals.markerCountForNode(destination.childNodes[0], &quot;spelling&quot;)', '0', ...);

This test always fail on Mac and prevent the tests from starting (they time out early).

It doesn't seem that the problem is in the test added by the patch and I currently have no idea how to make these tests work on Mac.</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>