1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Merge remote branch 'upstream/master' into metrics

This commit is contained in:
Vivien Nicolas 2011-09-22 01:24:39 +02:00
commit c93ffd645f
7 changed files with 45 additions and 15 deletions

1
test/pdfs/f1040.pdf.link Normal file
View file

@ -0,0 +1 @@
http://www.irs.gov/pub/irs-pdf/f1040.pdf

View file

@ -0,0 +1 @@
http://www.sanface.com/pdf/test.pdf

View file

@ -133,5 +133,17 @@
"link": true,
"rounds": 1,
"type": "load"
},
{ "id": "txt2pdf",
"file": "pdfs/txt2pdf.pdf",
"link": true,
"rounds": 1,
"type": "load"
},
{ "id": "f1040",
"file": "pdfs/f1040.pdf",
"link": true,
"rounds": 1,
"type": "load"
}
]