/** * test-anl1-tooltip-render.js * * Behavioral regression test for MAJOR ANL-1 from PR #1539 polish round 1. * * Background: PR #1539 swapped `tip.innerHTML = td.dataset.tip` for * `tip.textContent = td.dataset.tip` to neutralize mutation-XSS. That fixes * the XSS, but the `data-tip` payload was structured HTML emitted by * `hashTooltipHtml()` — so users now see literal `