Merge pull request #21203 from timvandermeij/unit-test-obsolete-pdfbug

Remove obsolete `pdfBug: true` flag in the image caching unit test
This commit is contained in:
Tim van der Meij 2026-04-30 14:28:39 +02:00 committed by GitHub
commit 87e5241ed3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4839,7 +4839,6 @@ have written that much by now. So, heres to squashing bugs.`);
const loadingTask = getDocument(
buildGetDocumentParams("issue11878.pdf", {
isOffscreenCanvasSupported: false,
pdfBug: true,
})
);
const pdfDoc = await loadingTask.promise;