mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-05-31 07:11:00 +02:00
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:
parent
8f170307ed
commit
55e0f7e97f
@ -4839,7 +4839,6 @@ have written that much by now. So, here’s to squashing bugs.`);
|
||||
const loadingTask = getDocument(
|
||||
buildGetDocumentParams("issue11878.pdf", {
|
||||
isOffscreenCanvasSupported: false,
|
||||
pdfBug: true,
|
||||
})
|
||||
);
|
||||
const pdfDoc = await loadingTask.promise;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user