mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge branch 'master' of github.com:mozilla/pdf.js into seac
This commit is contained in:
commit
6ed639e4d8
13 changed files with 189 additions and 42 deletions
|
@ -9,13 +9,11 @@ VPATH = @srcdir@
|
|||
relativesrcdir = browser/extensions/pdfjs/test
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
_BROWSER_TEST_FILES = \
|
||||
MOCHITEST_BROWSER_FILES = \
|
||||
browser_pdfjs_main.js \
|
||||
browser_pdfjs_savedialog.js \
|
||||
file_pdfjs_test.pdf \
|
||||
$(NULL)
|
||||
|
||||
libs:: $(_BROWSER_TEST_FILES)
|
||||
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/browser/$(relativesrcdir)
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
1
test/pdfs/issue1419.pdf.link
Normal file
1
test/pdfs/issue1419.pdf.link
Normal file
|
@ -0,0 +1 @@
|
|||
http://www.meal-a-day.asia/sites/default/files/Meal-a-Day%20Asia-Pacific%20Biennial%20Report%202012%20v1.01.pdf
|
|
@ -604,6 +604,15 @@
|
|||
"link": true,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue1419.pdf",
|
||||
"file": "pdfs/issue1419.pdf",
|
||||
"md5": "b5b6c6405d7b48418bccf97277957664",
|
||||
"rounds": 1,
|
||||
"link": true,
|
||||
"pageLimit": 1,
|
||||
"skipPages": [1],
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue1317",
|
||||
"file": "pdfs/issue1317.pdf",
|
||||
"md5": "6fb46275b30c48c8985617d4f86199e3",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue