Remove obsolete pdfBug: true flag in the image caching unit test

In a previous commit the time-based checks, which were based on
statistics provided by the `pdfBug: true` flag, got replaced by
test-only property checks that don't use said statistics anymore.

Fixes b01eeaf8.
This commit is contained in:
Tim van der Meij 2026-04-30 14:03:00 +02:00
parent 8f170307ed
commit 55e0f7e97f
No known key found for this signature in database
GPG Key ID: 8C3FD2925A5F2762

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;