Test Pages Directory
This directory contains organized test and demo pages for the ASI Saga Theme.
Directory Structure
/responsive/
Responsive design and layout tests across different viewport sizes.
responsive-ui-test.html- General responsive UI testinggrid-centering-test.html- Grid centering behavior testswidth-collapse-fix-test.html- Width collapse fix validation
/mobile/
Mobile-specific testing pages for touch interactions and viewport behavior.
mobile-test-fixed.html- Mobile layout fixesmobile-portrait-test.html- Portrait orientation testsmobile-gutter-test.html- Mobile gutter spacing testsmobile-white-pillar-test.html- White pillar fix testsmobile-nav-drawer-test.html- Mobile navigation drawer teststouch-target-test.html- Touch target compliance (WCAG 2.5.5)touch-target-test-standalone.html- Standalone touch target tests
/motion/
Motion library and animation testing pages.
motion-test.html- General motion library testsmotion-demo.html- Motion library demonstrationmotion-presets-test.html- Motion preset validationtest-motion-fix.html- Motion library fixes
/overflow/
Overflow and containment behavior tests.
overflow-test.html- General overflow testingoverflow-fix-demo.html- Overflow fix demonstrationsoverflow-containment-test.html- Containment strategy tests
/navigation/
Navigation component and behavior tests.
navigation-demo.html- Navigation component demoscroll-test.html- Scroll behavior testsheader-visibility-test.html- Header visibility on scrolltest-header-scroll.html- Header scroll behaviortest-background-header.html- Header background tests
/layouts/
Jekyll layout integration and migration tests.
complete-layouts-migration-demo.html- Complete layout migration demojekyll-layouts-demo.html- Jekyll layouts demonstrationfooter-width-standalone-test.html- Footer width behavior tests
/ontology/
Ontology system demonstrations and examples.
ontology-animations-demo.html- Ontology animation system demoenhanced-showcase.html- Enhanced ontology showcase (moved to root demo)ontology-examples.html- Ontology examples (moved to root demo)
/components/
Component library demonstrations.
web-component-templates-demo.html- Web component templatesweb-components-includes-demo.html- Web component includesgenesis-web-components-demo.html- Genesis web components
/misc/
Miscellaneous test pages and legacy tests.
geometric-leak-test.html- Geometric rendering tests
/e2e/
End-to-end structural regression tests using Playwright.
structural-regression.spec.js- Main test suite for live demo page- See
/docs/PLAYWRIGHT-TESTING.mdfor complete documentation
Root-Level Demos (Keep in Root)
These are primary showcase pages that should remain in the repository root:
demo.html- Main theme demonstration (permalink: /demo/)genesis-complete-demo.html- Complete Genesis system showcase
Usage in Agent Intelligence System
Test page locations are referenced in:
.github/instructions/html.instructions.md- HTML testing patterns.github/skills/responsive-design-agent/- Responsive testing.github/skills/futuristic-effects-agent/- Visual effects testing
Testing Workflow
- Create new test pages in appropriate subdirectory
- Use Jekyll layouts from
_layouts/(theme responsibility) - Reference SCSS from theme via layouts (no direct SCSS in pages)
- Follow semantic HTML patterns from
.github/instructions/html.instructions.md