Kalervo Kujala
965193b38d
Keep the results visible in test_slave.html before quitting.
...
Currently the innerHTML is replaced with text:
Tests are finished.
CLOSE ME!
Instead of replacing the innerHTML prepend that text to it.
This way the user can still check the results of the test.
14 years ago
Kalervo Kujala
802f664baa
Indent the driver.js correctly.
14 years ago
Kalervo Kujala
56ed06e7ea
Refactor the lines that are over 80 characters long in driver.js.
14 years ago
Kalervo Kujala
30ecf43676
Correct the coding style according to gjslint for driver.js.
...
And remove stray tabs.
14 years ago
Brendan Dahl
4377eed920
Adding support for page rotation
14 years ago
Kalervo Kujala
25a6e09d78
Show browser-test results in pageNum/numPages format.
...
This is only for convenience in order to see how far in the pdf the test
currently is.
14 years ago
Kalervo Kujala
b1ea9332b8
Avoid browser-test stoppage when task.pdfDoc is undefined.
...
If nextTask leaves task.pdfDoc as undefined then sendTaskResult will fail on
that. SendTaskResult tries to access task.pdfDoc.numPages which cannot
succeed. This leads to a complete stop in the browser-test.
14 years ago
Kalervo Kujala
17e02e3c39
Use strict in driver.js.
...
And declare undeclared variables.
14 years ago
Chris Jones
6f3fff5798
fix some bugs
14 years ago
Chris Jones
452ba3d85b
#123 , part 2: move more PDF-page rendering stuff into pdf.js
14 years ago
Chris Jones
122d168b51
fix some bugs
14 years ago
Rob Sayre
1aa0b390b9
Make sure to guard against load errors.
14 years ago
Rob Sayre
a4f8251d10
Make test driver a separate js file, eradicate some global variables.
14 years ago