Test files › Web and text formats
Sample Web and text formats test files
8 free web and text formats test files for QA and developers: calendar.ics, contact.vcf, data.tsv, document.rtf and more. Each with a published SHA-256.
| File | Format | Size | What it catches |
calendar.ics | iCalendar | 374 bytes | An iCalendar (RFC 5545) file with one timed event and one all-day event. |
contact.vcf | vCard | 137 bytes | A vCard 3.0 contact with name, organisation, phone, email and a unicode field. |
data.tsv | TSV | 80 bytes | Tab-separated values with a header row and a field that itself contains spaces. |
document.rtf | RTF | 178 bytes | A minimal Rich Text Format document with bold and plain runs. |
page.html | HTML | 413 bytes | A small, valid, standards-mode HTML5 document with common elements and no scripts. |
README.md | Markdown | 413 bytes | A Markdown document exercising headings, lists, code fences, tables, links and blockquotes. |
script.js | JavaScript | 280 bytes | A small ES module using modern syntax (arrow functions, template literals, async/await). |
styles.css | CSS | 357 bytes | A stylesheet covering variables, media queries, grid, and a keyframe animation. |