Scenario: Both meta refresh AND JavaScript redirect active simultaneously
Expected Behavior: AJAX → JavaScript redirects at 2s (before meta refresh at 3s triggers)
PRD Reference: AC-1.4.5
Future Use: This page will be used to test whether the ListenLayer tracking script can capture form data when multiple redirect mechanisms compete.
Note: This page has BOTH meta refresh (3s) and JavaScript redirect (2s) active. JavaScript should win.
Meta refresh is set in the page head. After form submission, JavaScript schedules a redirect for 2 seconds, which should fire before the meta refresh.