From beb332a2454cec460b6db9b9456d16413a9eb22f Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Thu, 25 Jun 2026 11:59:57 +0200 Subject: [PATCH] Change `issue17906` to test "forms" rendering Looking at the coverage data the code-path added in PR 17908 isn't actually covered by tests; note https://app.codecov.io/gh/mozilla/pdf.js/commit/10844326c7e29b563645c454e10c315549523605/blob/src/core/annotation.js?dropdown=coverage#L1250 --- test/test_manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_manifest.json b/test/test_manifest.json index 08b6dfdbf..94dfd07f4 100644 --- a/test/test_manifest.json +++ b/test/test_manifest.json @@ -11308,9 +11308,9 @@ "md5": "f81c617e5113e0c510a4cfe8b012798e", "rounds": 1, "link": true, - "firstPage": 1, "lastPage": 1, - "type": "eq" + "type": "eq", + "forms": true }, { "id": "issue17929",