blob: 55660621f3b4a0d7146da17f879ee86e64755a56 [file] [log] [blame]
<!DOCTYPE html>
<body>
<p style="height:90px;">Origin: https://127.0.0.1:8443/</p>
<input type="email" value="foo">
<script>
document.querySelector('input').reportValidity();
</script>
</body>