fix: update parity fixture to use local runtime path

The fixture HTML had an empty src after the static.heygen.ai URL was
scrubbed. Point to the local hyperframe.runtime.iife.js which will be
copied into the fixtures dir by CI before the test runs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Vance Ingalls
2026-03-22 01:23:52 -07:00
co-authored by Claude Opus 4.6
parent 8866fc5791
commit b4023ae249
@@ -7,7 +7,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script>
<script
data-hyperframes-preview-runtime="1"
src=""
src="hyperframe.runtime.iife.js"
></script>
<style>
html,