updated examples

This commit is contained in:
MoyuScript
2013-01-12 01:41:09 +02:00
parent 0630fdb954
commit 336f385216
5 changed files with 245 additions and 2679 deletions

View File

@ -59,7 +59,7 @@ The library has two sets of tests. The first set is a number of qunit tests that
The other set of tests run Firefox, Chrome and Internet Explorer with <a href="https://github.com/niklasvh/webdriver.js">webdriver</a>. The selenium standalone server (runs on Java) is required for these tests and can be downloaded from <a href="http://code.google.com/p/selenium/downloads/list">here</a>. They capture an actual screenshot from the test pages and compare the image to the screenshot created by html2canvas and calculate the percentage differences. These tests generally aren't expected to provide 100% matches, but while commiting changes, these should generally not go decrease from the baseline values.
If you didn't download `html2canvas` from `npm`, start by downloading the dependencies:
Start by downloading the dependencies:
$ npm install