Test fixture
The model receives the prompt (and optional system message). The run uses scorer singlefile_html_cdn_allowed_judged with the JSON configuration below. Pass/fail and partial credit are determined entirely by that scorer against the model output; no human grading.
Build a single-file HTML document that shows a realistic flickering neon sign on a dark brick-or-concrete background. Requirements: (1) Return exactly ONE complete runnable HTML document and NOTHING else — no markdown fences, no prose. (2) Start with <!DOCTYPE html> and include <html>, <head>, <body>, inline <style>, inline <script>. (3) Use SVG or HTML text styled with multi-layered text-shadow (or filter: drop-shadow) to achieve the neon glow in pink/cyan/magenta. (4) Randomize occasional flicker via JS: letters dim/extinguish for short random intervals, with a subtle audible-less visual buzz (quick brightness jitter). (5) Use only inline CSS and inline JS; no build step. (6) You MAY load libraries/fonts from https://cdn.jsdelivr.net, https://unpkg.com, https://cdnjs.cloudflare.com, or https://fonts.googleapis.com / https://fonts.gstatic.com via CDN. (7) Cohesive late-night bar aesthetic, soft background vignette, no UI clutter. (8) No TODOs, placeholders, or lorem ipsum.
{
"min_chars": 1200,
"required_contains": [
"<style",
"<script"
],
"requires_one_of": [
"text-shadow",
"drop-shadow",
"filter:"
],
"forbidden_contains": [
"```",
"TODO",
"lorem ipsum",
"your content here"
],
"allowed_cdn_hosts": [
"cdn.jsdelivr.net",
"unpkg.com",
"cdnjs.cloudflare.com",
"fonts.googleapis.com",
"fonts.gstatic.com"
],
"playwright_enabled": true,
"judge_enabled": true,
"viewport_width": 1280,
"viewport_height": 800,
"render_wait_ms": 1500
}temperature
0.4
max_tokens
6000
timeout (s)
180
type
scored
file
neon_sign_flicker.json