blob: d191eef34c42d2d1a79a659ce6e46c2d7e6830c3 [file] [log] [blame]
<!DOCTYPE html>
<body>
<p>Image input elements with invalid border attribute should have the same appearance as an image input element without border attribute.</p>
<input type="image" border="invalid">
<input type="image" border="9999999999">
</body>