mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-08-18 15:23:13 +00:00
ef1fdc89c3
The evidence for the frame-observation fixes was a reimplementation of the logic measured in a browser console, not the shipped code. Two extension specs now cover the observable behaviour end to end: a player frame that swaps its document, and the same one level deeper. The nested case fails against the pre-fix content.js and passes now. The top-level case already passed before the fix, so that fix removed dead observer registrations without changing what a user could see; recorded here so the distinction is not lost. Also adds bench-finder.mjs, which measures the extracted shipped finder instead of a transcription of it. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
8 lines
362 B
HTML
8 lines
362 B
HTML
<!doctype html>
|
|
<meta charset="utf-8">
|
|
<title>V2</title>
|
|
<style>body { margin: 0 }</style>
|
|
<!-- The frame's second server/quality choice: a different element, so
|
|
re-attaching to it is distinguishable from staying on the old one. -->
|
|
<video id="framed-player-2" data-expected width="854" height="480" controls src="../../media/player-1080p-30s.mp4"></video>
|