Bug 101225
Summary: | Enable automated mouse cursor tests on more ports | ||
---|---|---|---|
Product: | WebKit | Reporter: | Rick Byers <rbyers> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bfulgham, mifenton, mmacleod, rbyers, tonikitoo |
Priority: | P2 | Keywords: | DoNotImportToRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 100550 | ||
Bug Blocks: |
Rick Byers
In bug 100550 some automated tests were added (fast/events/mouse-cursor.html) for testing mouse cursor behavior, and more tests will follow using the same infrastructure. These tests rely on a 'testRunner.getCurrentCursorInfo' API which needs to be added to each port that wants to use these tests (currently only chromium has it).
This bug tracks adding the getCurrentCursorInfo API to the other ports and unskipping the mouse-cursor tests on that port (port-specific bugs can be filed for each port as desired).
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Rick Byers
I changed the test infrastructure work on all ports that define USE(LAZY_NATIVE_CURSOR) - i.e. Mac, Win, GTK, QT and EFL.
Chromium will get this soon in bug 101501.
I think (but I'm not sure) that leaves only BLACKBERRY and WX, neither of which appear to have TestExpectations files in the tree.
Antonio, any idea if blackberry will want this, and if I should be listing the test as failing on blackberry somewhere?
Malcolm, looks like you recently did cursor work for WX - what about that port?
Antonio Gomes
m(In reply to comment #1)
> I changed the test infrastructure work on all ports that define USE(LAZY_NATIVE_CURSOR) - i.e. Mac, Win, GTK, QT and EFL.
>
> Chromium will get this soon in bug 101501.
>
> I think (but I'm not sure) that leaves only BLACKBERRY and WX, neither of which appear to have TestExpectations files in the tree.
>
> Antonio, any idea if blackberry will want this, and if I should be listing the test as failing on blackberry somewhere?
>
> Malcolm, looks like you recently did cursor work for WX - what about that port?
mike?