Test Suite — VA-013
Chrome Extension Artifacts
Tests that chrome-extension:// links are excluded from Vesper's custom link checks. These links are injected by Chrome's PDF viewer extension and are not real page content. The adjacent regular links in section 2 confirm the scanner ran normally.
VA013-01 — chrome-extension:// links that would otherwise trigger checks
PASS — no vesper-ambiguous-link or vesper-duplicate-link-text. These links use chrome-extension:// hrefs (matching the real Chrome PDF viewer extension ID mhjfbmdgcfjbbpaeojofohoefgiehjai). They have ambiguous text "Open" appearing twice to different extension URLs — which would normally trigger both checks — but must be silently excluded. The scanner must not attempt to follow or check these URLs.
All three links above have chrome-extension:// hrefs. None should appear in any Vesper violation.
VA013-02 — Regular ambiguous links on same page (scanner ran)
FAIL — vesper-ambiguous-link (moderate). These are regular http links with ambiguous text. They MUST appear in the report to confirm the custom link checks ran normally on this page. If VA013-01 passes AND VA013-02 fails, the filter is working correctly.