Skip to content
Novus Examples

Explore the test library

Find files, editable templates and browser test targets by what you need to make or test. Explore complete business kits for connected records, templates and expected results.

5297 results

Page 101 of 221; 24 results per page.

Show the canonical directory
Preview of HTML where canonical and robots noindex conflict
html
519 B
Actual file preview for HTML where canonical and robots noindex conflict

HTML where canonical and robots noindex conflict

A page that names itself canonical while telling robots not to index it, and then contradicts that again with an agent-specific googlebot meta that permits indexing. For testing directive precedence when a page argues with itself.

File
HTML · Indexing · UTF-8
Use case
Web assetsHTML parsing+1· Conversion set
Preview of HTML with deliberately invalid hreflang annotations
html
742 B
Actual file preview for HTML with deliberately invalid hreflang annotations

HTML with deliberately invalid hreflang annotations

A deliberately invalid annotation block: `en-UK` is not a region code, `de_DE` uses an underscore, `zz` is not a language, one alternate has no hreflang attribute at all, one drops to http, there is no x-default, and the canonical points outside the cluster. For testing that every defect is reported, not just the first.

File
HTML · Indexing · UTF-8
Use case
Web assetsHTML parsing+1· Conversion set
Preview of HTML with three conflicting canonical tags (deliberately invalid)
html
541 B
Actual file preview for HTML with three conflicting canonical tags (deliberately invalid)

HTML with three conflicting canonical tags (deliberately invalid)

A deliberately invalid page carrying two canonical tags in the head and a third in the body. Search engines ignore body-level canonicals entirely and treat multiple head-level ones as a conflict. For testing that an extractor reports position as well as value.

File
HTML · Indexing · UTF-8
Use case
Web assetsHTML parsing+1· Conversion set
Preview of HTML: Hello World
html
220 B
Actual file preview for HTML: Hello World

HTML: Hello World

A minimal, valid HTML5 document (doctype, head, and a single heading) for testing HTML parsers, highlighters, and validators against the simplest well-formed page.

File
HTML · HTML
Preview of HTML: Semantic article page
html
1 KB
Actual file preview for HTML: Semantic article page

HTML: Semantic article page

A realistic semantic HTML page with landmark elements (header, nav, main, article, footer), a figure with alt text and caption, and lists, for testing HTML parsers, accessibility tooling, and highlighters.

File
HTML · HTML
Preview of HTML5 Constraint Attributes (CSV)
csv
1023 B
Actual file preview for HTML5 Constraint Attributes (CSV)

HTML5 Constraint Attributes (CSV)

A flat table of the HTML5 constraint attributes: what each applies to, whether the browser enforces it, whether it blocks submission, and one valid and one invalid example. The spreadsheet-shaped twin of the JSON constraint rules.

File
CSV · Form Data · 18 rows
Preview of HTML5 Constraint Rules (JSON)
json
5.3 KB
Actual file preview for HTML5 Constraint Rules (JSON)

HTML5 Constraint Rules (JSON)

A machine-readable reference for every HTML5 constraint attribute: which control types accept it, an example that validates, an example that does not, and the behaviour that surprises people. Paired with the constraint-matrix forms in this wave.

File
JSON · Form Data
Preview of htpasswd (HTTP Basic Auth)
htpasswd
208 B
Actual file preview for htpasswd (HTTP Basic Auth)

htpasswd (HTTP Basic Auth)

An Apache/nginx .htpasswd file with two users hashed using the {SHA} scheme (Base64 SHA-1): the sample passwords are documented in the file, for testing Basic-Auth credential parsers and hash identification.

File
HTPASSWD · Security
Preview of humans.txt
txt
291 B
Actual file preview for humans.txt

humans.txt

A humans.txt crediting the people and stack behind a site, in the conventional TEAM/SITE block format, for testing plain-text metadata parsers.

File
TXT · Crawlers · UTF-8
Preview of humans.txt: Wave G SAMPLE
txt
60 B
Actual file preview for humans.txt: Wave G SAMPLE

humans.txt: Wave G SAMPLE

humans.txt: Wave G SAMPLE for crawler and .well-known tooling.

File
TXT · Well Known
Use case
Web assets
Preview of i18next JSON: English
json
249 B
Actual file preview for i18next JSON: English

i18next JSON: English

An i18next translation JSON (English) with {{name}} interpolation and an object-form plural (one/other): the common React/Node i18n catalog shape.

File
JSON · I18next · en
Use case
Localization catalogsInternationalization+1· Conversion set