phantomjs/test
James McParlane dca15d7ff6 Added onRepaint callback to webpage API.
Enables subscription to RepaintRequested events.
When the callback is invoked the time that the repaint was requested as well as the x,y and width,height of the repainted rectangle are provided as parameters.
Usage: page.onRepaint = function(time, x, y, width, height) { }

https://github.com/ariya/phantomjs/issues/11793
2014-01-06 23:05:30 +00:00
..
fixtures fix lack of parse time errors location info 2013-11-24 01:43:10 +02:00
lib Add require() tests and comment buggy test in fs-spec-03.js 2012-07-12 23:14:12 -07:00
node_modules Add require() tests and comment buggy test in fs-spec-03.js 2012-07-12 23:14:12 -07:00
require Add require.paths support 2013-09-01 07:53:08 -07:00
set/690-ttf-crash Mac OS X: Add a manual test for the crash with TrueType fonts. 2012-12-30 21:17:39 -08:00
webkit-spec Restore dirty line logic in RenderInline::destroy. 2012-11-14 11:28:58 -08:00
webpage-spec-frames Define the new page callback for interrupting a long-running JavaScript 2013-11-23 22:09:39 -08:00
webpage-spec-renders Add rendering to stdout and stderr. 2013-01-21 21:44:18 -08:00
cjk-text-codecs.js Improve WebPage CJK support tests. 2013-04-22 22:35:08 -07:00
dummy.js Add require() tests and comment buggy test in fs-spec-03.js 2012-07-12 23:14:12 -07:00
fs-spec-01.js Teach `File` how to change its encoding 2013-04-29 07:00:19 -07:00
fs-spec-02.js Fixing up indentation for our Jasmine test specs. 2013-01-17 23:52:47 +00:00
fs-spec-03.js Fixing up indentation for our Jasmine test specs. 2013-01-17 23:52:47 +00:00
fs-spec-04.js Fixing up indentation for our Jasmine test specs. 2013-01-17 23:52:47 +00:00
module_spec.js Fix indentation to 4 spaces in new require() tests 2012-07-12 23:14:12 -07:00
phantom-spec.js fix lack of parse time errors location info 2013-11-24 01:43:10 +02:00
phantomjs.png Add test case for WebServerResponse::setEncoding 2012-12-17 19:27:19 -08:00
run-tests.js Improve WebPage CJK support tests. 2013-04-22 22:35:08 -07:00
system-spec.js Implement system.std{in,out,err} 2012-12-25 03:41:34 -08:00
webkit-spec.js Fixing up indentation for our Jasmine test specs. 2013-01-17 23:52:47 +00:00
webpage-spec.js Added onRepaint callback to webpage API. 2014-01-06 23:05:30 +00:00
webserver-spec.js Add test case for WebServerResponse::setEncoding 2012-12-17 19:27:19 -08:00