[webkit-dev] Advise on spellchecker bug

Evan Martin evan at chromium.org
Tue Mar 23 17:53:56 PDT 2010


On Tue, Mar 23, 2010 at 12:35 PM, Tony Gentilcore <tonyg at chromium.org> wrote:
> 2. Where is the best place to add a test for my fix? It doesn't seem to be
> possible to test this through a LayoutTest. If the answer to #1 is that this
> is port-specific behavior, then I can add a chromium/tests. If this is not
> port-specific, then any advise on how to test would be appreciated.

Can you add a method to layoutTestController that toggles the
spell-checking flag for a given DOM node?
>From there, you could use a pixel test to confirm that a misspelled
word is getting underlined.


More information about the webkit-dev mailing list