mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 02:05:37 +02:00
Add the possibility to copy all the pdf text whatever the rendered pages are (bug 1788035)
This commit is contained in:
parent
342dc760da
commit
ca54ea12b3
10 changed files with 253 additions and 3 deletions
|
@ -26,13 +26,13 @@ async function runTests(results) {
|
|||
random: false,
|
||||
spec_dir: "integration",
|
||||
spec_files: [
|
||||
"scripting_spec.js",
|
||||
"annotation_spec.js",
|
||||
"accessibility_spec.js",
|
||||
"annotation_spec.js",
|
||||
"copy_paste_spec.js",
|
||||
"find_spec.js",
|
||||
"freetext_editor_spec.js",
|
||||
"ink_editor_spec.js",
|
||||
"a11y_spec.js",
|
||||
"scripting_spec.js",
|
||||
],
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue