Files
SnapOtter/tests/fixtures/document/formats/tiny.htm
T
SnapOtter 941ed27912 test: reorganize fixture files into modality-first layout (phase 6b)
Move all fixture files from flat/mixed dirs (content/, media/, documents/,
formats/, hostile/, root loose) into the modality-first hierarchy:
image/{valid,formats,edge,hostile}, video/{valid,formats,hostile},
audio/{valid,formats,hostile}, document/{valid,formats,edge,hostile},
data/valid/, security/. Update index.ts paths, fixtureDir aliases,
all literal refs in 17 e2e/qa/script files, manifest.json, and the
three generator scripts. 163 files moved, 0 dropped, 100 new tests
from expanded document scan.
2026-06-20 05:51:17 +08:00

7 lines
239 B
HTML

<!doctype html>
<html>
<head><meta charset="utf-8"><title>SnapOtter test</title>
<style>h1 { color: #336; } p { font-size: 12pt; }</style></head>
<body><h1>SnapOtter HTML fixture</h1><p>Paged media test paragraph.</p></body>
</html>