blob: d324106f11d8a68fc2377059db1c6062d3cc29ce (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!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>
|