FIXTURE_MARKER_HOME
This page exists so the WWW::Crawl4AI live test suite has a stable, fully deterministic crawl target that does not depend on the public internet, on any bot wall, or on a captcha challenge. Every assertion in t/70-live-client and t/75-live-chain reads back a value that is written right here in the fixture, so a green run means the real Crawl4AI REST service fetched this document, extracted its markdown, resolved its title, and reported its links exactly the way the Perl client normalizes them.
The body carries several sentences of genuine prose on purpose: the default content-volume classifier (WWW::Crawl4AI::Detect) discards anything under five hundred characters of markdown as thin_content, so a fixture that is too short would wrongly escalate the strategy chain past the cheap plain backend. With this much text in hand the scrape succeeds on the first, least expensive attempt, which is precisely what the chain test asserts.