phantomjs/test
Ariya Hidayat 4544b129c9 Improve the API for mouse events.
It now looks like in this example:

  page.sendEvent('mousedown', 42, 217);

Other available events are 'mouseup', 'mousemove', and 'click'. They modelled
after the DOM events.

Unit tests are included.

http://code.google.com/p/phantomjs/issues/detail?id=234
2011-09-16 07:15:21 -07:00
..
lib Filesystem API: completed the "Tests" API group from CommonJS/Filesystem definition. 2011-08-08 23:42:11 +01:00
fs-spec-01.js Added "touch(path)" to the FS API 2011-09-01 00:34:55 +01:00
fs-spec-02.js Added "touch(path)" to the FS API 2011-09-01 00:34:55 +01:00
fs-spec-03.js Added "copyTree(source, destination)" to the set of File API. 2011-09-04 23:42:54 +01:00
fs-spec-04.js Filesystem API: completed the "Tests" API group from CommonJS/Filesystem definition. 2011-08-08 23:42:11 +01:00
module-spec.js Refactoring on the module implementation. 2011-09-11 01:04:53 -07:00
phantom-spec.js Alter 'should have the default outputEncoding of UTF-8' test to compare against lowercase, for PyPhantomJS compatibility 2011-08-24 16:48:42 -07:00
run-tests.js Add simple tests for require(). 2011-09-08 17:55:31 -07:00
webpage-spec.js Improve the API for mouse events. 2011-09-16 07:15:21 -07:00