mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
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
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ function nextPage(task, loadError) {
|
|||
var page = null;
|
||||
if (!failure) {
|
||||
try {
|
||||
log(" loading page "+ task.pageNum +"... ");
|
||||
log(" loading page "+ task.pageNum +"/"+ task.pdfDoc.numPages +"... ");
|
||||
ctx = canvas.getContext("2d");
|
||||
page = task.pdfDoc.getPage(task.pageNum);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue