Skip to content

Commit 5d49035

Browse files
committed
Disable AltText
1 parent 600361e commit 5d49035

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/pdf_viewer/test_add_image_pdf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def test_case():
2727
def add_to_prefs_list():
2828
return [
2929
("browser.ml.enable", True),
30+
("pdfjs.enableAltText", False),
3031
("pdfjs.enableUpdatedAddImage", True),
3132
]
3233

0 commit comments

Comments
 (0)