Skip to content

Commit 87e5241

Browse files
Merge pull request #21203 from timvandermeij/unit-test-obsolete-pdfbug
Remove obsolete `pdfBug: true` flag in the image caching unit test
2 parents 8f17030 + 55e0f7e commit 87e5241

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/unit/api_spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4839,7 +4839,6 @@ have written that much by now. So, here’s to squashing bugs.`);
48394839
const loadingTask = getDocument(
48404840
buildGetDocumentParams("issue11878.pdf", {
48414841
isOffscreenCanvasSupported: false,
4842-
pdfBug: true,
48434842
})
48444843
);
48454844
const pdfDoc = await loadingTask.promise;

0 commit comments

Comments
 (0)