[Webkit-unassigned] [Bug 106815] [Chromium] Tests and fixes for spell checker behavior

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 25 14:59:07 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=106815





--- Comment #20 from Tony Chang <tony at chromium.org>  2013-01-25 15:01:01 PST ---
I think you need to update the symbol exports for the platforms that are failing:
http://trac.webkit.org/wiki/ExportingSymbols

The tests are still failing on the cr-linux box.  What platform are you running the tests on?

There's a lot of common boilerplate in the tests.  You might want to factor that into a shared .js file that the tests all include.  You would put the shared .js file in a resources subdirectory.

I thought Safari (and OS X in general) always selected the word under the cursor when you right click?

We normally only put tests in a platform specific subdirectory when we're testing platform specific behavior (e.g., there are some Apple Script tests in platform/mac).  None of these behaviors seem platform specific to me, although there might be slightly different results on different platforms, in which case, we can check in multiple results files or disable the failing tests on the platforms they fail on.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list