Skip to content
Novus Examples

Explore the test library

Search files, editable visual templates, and live browser targets from one registry-backed directory. Filtered query views stay crawlable for links but are deliberately noindex; the stable taxonomy pages below remain the canonical search surfaces.

146 results

Page 6 of 7; 24 results per page.

Show the canonical directory
Preview of Source map v3 with sourcesContent omitted
json
214 B
Actual file preview for Source map v3 with sourcesContent omitted

Source map v3 with sourcesContent omitted

The same v3 map with the sourcesContent array removed, which is how most production builds ship: the mappings resolve but the original text has to be fetched from the paths in `sources`. For testing the fallback path of a debugger when originals are unavailable.

File
JSON · Build Output
Use case
Web assetsCode parsing+1· Conversion set
Preview of Source map with deliberately invalid fields and mappings
json
329 B
Actual file preview for Source map with deliberately invalid fields and mappings

Source map with deliberately invalid fields and mappings

A deliberately invalid source map: version 2 instead of 3, a sources array longer than sourcesContent, a mapping segment that names an index outside `names`, and a `$` that is not in the base64 VLQ alphabet. For testing that a decoder validates the envelope before trusting the mappings.

File
JSON · Build Output
Use case
Web assetsJSON parsing+1· Conversion set
Preview of Source map with sourceRoot, relative sources and an ignore list
json
378 B
Actual file preview for Source map with sourceRoot, relative sources and an ignore list

Source map with sourceRoot, relative sources and an ignore list

A v3 map that resolves its sources through a `sourceRoot` scheme URL, uses `../` relative paths, leaves one sourcesContent entry null, and marks the second source as third-party via x_google_ignoreList. For testing URL joining and ignore-list support in a debugger.

File
JSON · Build Output
Use case
Web assetsCode parsing+1· Conversion set
Preview of SVG icon sprite (symbol sheet)
svg
986 B
Actual file preview for SVG icon sprite (symbol sheet)

SVG icon sprite (symbol sheet)

An SVG sprite sheet defining five reusable icons as <symbol> elements referenced by <use href='#id'> — for testing SVG sprite pipelines and icon systems. Paired with a PNG sprite twin.

File
SVG · Sprites
Use case
Web assetsConversion testing· Paired fixture
Preview of traffic-advice.json (private prefetch proxy opt-in)
json
144 B
Actual file preview for traffic-advice.json (private prefetch proxy opt-in)

traffic-advice.json (private prefetch proxy opt-in)

A traffic-advice document opting a fictional origin into private prefetch proxy traffic at full fraction while disallowing every other agent. For testing prefetch-proxy discovery and the JSON-array (not object) top level this format uses.

File
JSON · Well Known
Use case
Web assetsJSON parsing+1· Conversion set
Preview of Twitter summary card (1200×600 PNG)
png
21.2 KB
Actual file preview for Twitter summary card (1200×600 PNG)

Twitter summary card (1200×600 PNG)

A 1200×600 Twitter summary-large-image card at the 2:1 aspect ratio — for testing Twitter/X card renderers and social preview pipelines.

File
PNG · Social
Use case
Web assets· Conversion set
Preview of Web app manifest - minimal installable set
webmanifest
298 B
Actual file preview for Web app manifest - minimal installable set

Web app manifest - minimal installable set

The smallest manifest that still satisfies a browser's install criteria: name, start_url, a standalone display mode and two PNG icons, with every optional member left out. For testing installability checks against the floor rather than a fully populated document.

File
WEBMANIFEST · Pwa · 4 members
Use case
Web assetsJSON parsing+1· Conversion set
Preview of Web App Manifest — PWA Shell SAMPLE
webmanifest
424 B
Actual file preview for Web App Manifest — PWA Shell SAMPLE

Web App Manifest — PWA Shell SAMPLE

PWA web app manifest SAMPLE for installability and manifest validators.

File
WEBMANIFEST · Pwa
Use case
Web assets· Conversion set
Preview of Web App Manifest (.webmanifest)
webmanifest
1011 B
Actual file preview for Web App Manifest (.webmanifest)

Web App Manifest (.webmanifest)

A complete Progressive Web App manifest with a full icon spread, shortcuts, categories, and theme colours — for testing PWA installers, manifest validators, and JSON parsers.

File
WEBMANIFEST · Pwa
Preview of Web app manifest whose start_url is outside its scope (deliberately invalid)
webmanifest
540 B
Actual file preview for Web app manifest whose start_url is outside its scope (deliberately invalid)

Web app manifest whose start_url is outside its scope (deliberately invalid)

A deliberately invalid manifest: start_url sits at /dashboard/ while scope is /app/, and a shortcut points at another origin entirely. Both are the kind of mistake that makes an installed app open in a browser tab. For testing scope-containment validation.

File
WEBMANIFEST · Pwa
Use case
Web assetsJSON parsing+1· Conversion set
Preview of Web app manifest with a share_target
webmanifest
918 B
Actual file preview for Web app manifest with a share_target

Web app manifest with a share_target

A manifest declaring a Web Share Target that accepts a POST of multipart form data, including two file parameters with MIME-type and extension accept lists. For testing share-target registration and the parameter renaming a share handler must perform.

File
WEBMANIFEST · Pwa
Use case
Web assetsJSON parsing+1· Conversion set
Preview of Web app manifest with file, protocol and launch handlers
webmanifest
1.2 KB
Actual file preview for Web app manifest with file, protocol and launch handlers

Web app manifest with file, protocol and launch handlers

A manifest registering the desktop-integration members: two file handlers with MIME and extension accept maps, a custom web+ protocol handler alongside mailto, a launch_handler client mode list, an Edge side-panel width and handle_links. For testing OS integration and manifest members a validator may not know.

File
WEBMANIFEST · Pwa
Use case
Web assetsJSON parsing+1· Conversion set
Preview of Web app manifest with form-factor screenshots
webmanifest
1.5 KB
Actual file preview for Web app manifest with form-factor screenshots

Web app manifest with form-factor screenshots

A manifest with the members that turn a bare install prompt into a rich one: four screenshots split across wide, narrow and unspecified form factors, labels, categories and two shortcuts (one with its own icon). For testing rich-install eligibility rules.

File
WEBMANIFEST · Pwa
Use case
Web assetsJSON parsing+1· Conversion set
Preview of Web app manifest with icon edge cases
webmanifest
1.1 KB
Actual file preview for Web app manifest with icon edge cases

Web app manifest with icon edge cases

A web app manifest whose icon array is built entirely from the awkward cases: a duplicate declaration, an entry with no sizes, sizes="any" on an SVG, a multi-size ICO, a .webp declared as image/png, a cross-origin icon and a 0x0 entry. For testing icon selection and validation logic.

File
WEBMANIFEST · Pwa
Use case
Web assetsJSON parsing+1· Conversion set
Preview of Web app manifest with maskable and monochrome purposes
webmanifest
882 B
Actual file preview for Web app manifest with maskable and monochrome purposes

Web app manifest with maskable and monochrome purposes

A manifest exercising every icon `purpose` keyword: any, maskable, the space-separated combination, monochrome for a notification badge, and the obsolete `badge` value. For testing purpose parsing and adaptive-icon safe-zone handling.

File
WEBMANIFEST · Pwa
Use case
Web assetsJSON parsing+1· Conversion set
Preview of Web app manifest with no icons (deliberately invalid)
webmanifest
155 B
Actual file preview for Web app manifest with no icons (deliberately invalid)

Web app manifest with no icons (deliberately invalid)

A deliberately invalid manifest: well-formed JSON with an empty icons array, so it parses cleanly and then fails installability. For testing that a PWA validator distinguishes a parse error from an unmet install requirement.

File
WEBMANIFEST · Pwa
Use case
Web assetsJSON parsing+1· Conversion set
Preview of Well-Known — Assetlinks Extra
json
273 B
Actual file preview for Well-Known — Assetlinks Extra

Well-Known — Assetlinks Extra

.well-known SAMPLE JSON (assetlinks-extra) for crawler and client discovery tests.

File
JSON · Well Known
Use case
Web assetsJSON parsing· Conversion set
Preview of Well-Known — Gpc Policy
json
72 B
Actual file preview for Well-Known — Gpc Policy

Well-Known — Gpc Policy

.well-known SAMPLE JSON (gpc-policy) for crawler and client discovery tests.

File
JSON · Well Known
Use case
Web assetsJSON parsing· Conversion set
Preview of Well-Known — Nodeinfo Stub
json
176 B
Actual file preview for Well-Known — Nodeinfo Stub

Well-Known — Nodeinfo Stub

.well-known SAMPLE JSON (nodeinfo-stub) for crawler and client discovery tests.

File
JSON · Well Known
Use case
Web assetsJSON parsing· Conversion set