| <!DOCTYPE html> | |
| <body style="margin: 0; background: white;"> | |
| <!-- Keep one visible field so the test gets one clear redaction box. --> | |
| <form action="/submit" style="margin: 0;"> | |
| <input | |
| autocomplete="one-time-code" | |
| id="otp" | |
| name="otp" | |
| style="position: absolute; left: 40px; top: 40px; width: 220px; height: 48px; background: white; color: black; font: 24px monospace;" | |
| type="text" | |
| value="123456"> | |
| </form> | |
| </body> |