blob: d324106f11d8a68fc2377059db1c6062d3cc29ce [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>img with negative values for width and height</title>
</head>
<body>
<img src="url" width="-1" height="-1">
</body>
</html>