mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge pull request #13687 from calixteman/failing_som
XFA - Don't fail xfa loading because of a JS subexpression in SOM expressions
This commit is contained in:
commit
1eb9a3e9eb
5 changed files with 40 additions and 6 deletions
1
test/pdfs/xfa_bug1717668_4.pdf.link
Normal file
1
test/pdfs/xfa_bug1717668_4.pdf.link
Normal file
|
@ -0,0 +1 @@
|
|||
https://bugzilla.mozilla.org/attachment.cgi?id=9229381
|
|
@ -1000,7 +1000,7 @@
|
|||
"enableXfa": true,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "xfa_bug17176688_1",
|
||||
{ "id": "xfa_bug1717668_1",
|
||||
"file": "pdfs/xfa_bug1717668_1.pdf",
|
||||
"md5": "564ecff67be690b43c2a144ae5967034",
|
||||
"link": true,
|
||||
|
@ -1008,7 +1008,7 @@
|
|||
"enableXfa": true,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "xfa_bug17176688_2",
|
||||
{ "id": "xfa_bug1717668_2",
|
||||
"file": "pdfs/xfa_bug1717668_2.pdf",
|
||||
"md5": "08aa8bf9fec5aa7b8ff13d9ba72ca8ac",
|
||||
"link": true,
|
||||
|
@ -1016,7 +1016,7 @@
|
|||
"enableXfa": true,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "xfa_bug17176688_3",
|
||||
{ "id": "xfa_bug1717668_3",
|
||||
"file": "pdfs/xfa_bug1717668_3.pdf",
|
||||
"md5": "4ff2531dbefebabc3f128d4ae20552a4",
|
||||
"link": true,
|
||||
|
@ -1024,6 +1024,14 @@
|
|||
"enableXfa": true,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "xfa_bug1717668_4",
|
||||
"file": "pdfs/xfa_bug1717668_4.pdf",
|
||||
"md5": "1c3dc4873ad6b84adb164ed69ed202f5",
|
||||
"link": true,
|
||||
"rounds": 1,
|
||||
"enableXfa": true,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "xfa_bug1718037",
|
||||
"file": "pdfs/xfa_bug1718037.pdf",
|
||||
"md5": "a0b53d50e9faed9d57950a5159d5da12",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue