Live targets
Bespoke interactive pages for accessibility, scraper, and browser-automation testing. Nothing here is a downloadable ExampleFile — use these like the live Forms demos.
- ARIA landmarks
banner, navigation, main, complementary, contentinfo — for landmark navigation tests.
- Nested modals
Open a dialog that opens another; focus trap and Escape stacking.
- Infinite scroll
Append-only list with a sentinel — for scroll / virtualization scrapers.
- Print stylesheet
Screen vs print CSS; use the browser print preview to verify.
- Slow load
Delayed content hydration — for loading-state and timeout tooling.
- Cookie banner
Consent banner with Accept / Reject — for CMP and banner-dismissal tests.
- Table sort & filter
Sortable columns plus text and category filters on SAMPLE rows.
- File drop zone
Drag-and-drop / file picker that lists filenames locally — nothing uploads.
- Iframe nest
Outer → inner → leaf srcDoc frames for frame-walking tests.
- Scroll spy
Sticky section nav with IntersectionObserver / CSS anchors.
- Forced dark
Page that forces a dark color scheme for theme tooling.
- Forced light
Page that forces a light color scheme for theme tooling.