From 55e0f7e97f2c4fcc61d90c79d64fcc71bb3caaf5 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Thu, 30 Apr 2026 14:03:00 +0200 Subject: [PATCH] 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. --- test/unit/api_spec.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/unit/api_spec.js b/test/unit/api_spec.js index 21eb2311b..8415a4b0c 100644 --- a/test/unit/api_spec.js +++ b/test/unit/api_spec.js @@ -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;