<!--
Deliberately has NO <title> element at all. document.title on a page like
this is the empty string, and title_sync.js's sendTitle() treats an empty
title as "nothing to report" rather than resetting the shell — the shell
keeps showing whatever title the PREVIOUS page set. This fixture exists to
lock that specific, documented tradeoff in place (see the comment on the
`if (!title || ...)` guard in path_handlers/assets/title_sync.js) — the
Playwright test that navigates here asserts the tab title does NOT change.
-->
No-title fixture page
Back to index