Files
KoalaSync/tests/e2e/fixtures/pages/no-video.html
T

9 lines
274 B
HTML

<!doctype html>
<html lang="en">
<head><meta charset="utf-8"><title>No media page</title></head>
<body>
<main><h1>Target page without a video element</h1><p>This page is intentionally selectable.</p></main>
<script>window.__fixtureReady = true;</script>
</body>
</html>