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.
This commit is contained in:
parent
ad02c82f6a
commit
25a6e09d78
@ -99,7 +99,7 @@ function nextPage(task, loadError) {
|
|||||||
var page = null;
|
var page = null;
|
||||||
if (!failure) {
|
if (!failure) {
|
||||||
try {
|
try {
|
||||||
log(" loading page "+ task.pageNum +"... ");
|
log(" loading page "+ task.pageNum +"/"+ task.pdfDoc.numPages +"... ");
|
||||||
ctx = canvas.getContext("2d");
|
ctx = canvas.getContext("2d");
|
||||||
page = task.pdfDoc.getPage(task.pageNum);
|
page = task.pdfDoc.getPage(task.pageNum);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user