mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
When running tests, enable XFA by default in the viewer (PR 13745 follow-up)
This commit is contained in:
parent
1f468e523f
commit
88d39e51c3
1 changed files with 3 additions and 1 deletions
|
@ -226,7 +226,9 @@ const defaultOptions = {
|
|||
},
|
||||
enableXfa: {
|
||||
/** @type {boolean} */
|
||||
value: typeof PDFJSDev === "undefined" || !PDFJSDev.test("PRODUCTION"),
|
||||
value:
|
||||
typeof PDFJSDev === "undefined" ||
|
||||
PDFJSDev.test("!PRODUCTION || TESTING"),
|
||||
kind: OptionKind.API + OptionKind.PREFERENCE,
|
||||
},
|
||||
fontExtraProperties: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue