mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 01:10:08 +02:00
[Editor] Add an integration test for the new alt-text flow
This commit is contained in:
parent
57f548c989
commit
de553456ce
2 changed files with 158 additions and 0 deletions
|
@ -947,6 +947,8 @@ async function startBrowser(browserName, startUrl = "") {
|
|||
"gfx.canvas.accelerated": false,
|
||||
// Enable the `round` CSS function.
|
||||
"layout.css.round.enabled": true,
|
||||
// This allow to copy some data in the clipboard.
|
||||
"dom.events.asyncClipboard.clipboardItem": true,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue