blob: a435477edf74d9535e5bd1b177ccacb125e2bb41 [file]
<!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>