blob: b7513735c8c10d571edabdaf386338d4024afb31 [file] [log] [blame]
<!DOCTYPE html>
<body>
<p>Img elements with invalid border attribute should have the same appearance as an img element without border attribute.</p>
<img src="resources/blue_rect.jpg" border="invalid">
<img src="resources/blue_rect.jpg" border="9999999999">
</body>