Comment #7 on issue 11577 by [email protected]: Hook up spellchecker to test_shell so that spelling related layout tests can function http://code.google.com/p/chromium/issues/detail?id=11577
dgrazkov, Sorry for my slow response and work. I have a change that implements a mock spellchecker, which just consists of a std::map<> object that stores the spell-checking results when I run webkit LayoutTests (not Chromium) on my Mac. :) After I verify it works without any more regressions on Chromium (*1), I'm going to send its review request. (*1) Spellchecker is enabled by default, i.e. many pixel tests also use it. If this mock spellchecker returns true-negative results (or false-positive) results, test_shell adds (or removes) misspelled underlines and yields wrong bitmaps. To avoid this side-effects, I'm carefully checking existing layout tests. Regards, -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
