[Webkit-unassigned] [Bug 9181] Complete DOMUIEvent Obj-C API to reflect UIEvent

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Thu Jun 8 06:57:28 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9181





------- Comment #9 from jonas.witt at gmail.com  2006-06-08 06:57 PDT -------
(In reply to comment #8)
> Does it build and run when you invoke run-webkit-tests from the command line?

Yes, it does. I wrongly tried to build it from the DumpRenderTree.xcodeproj,
but run-webkit-tests compiles & runs for me.

> To make an automated test, you may need to use (extend?) EventSendingController
> to fake user events; see how eventSender is used in LayoutTests/fast/events
> tests.

Are there any tests that test the currently available DOMEvent API? I think
that testing this API would be a bit different from the JS-based testing that's
done in LayoutTests/fast/events. I don't really know where to start... maybe
one could add an event listener from ObjC code (but I don't know where), then
load a HTML page that fires several events from JS and then check if the events
reach the ObjC event handler correctly and that their properties match the
expected values. I don't know enough of the inner workings of these tests.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list