servo/tests/ref/img_size_a.html
2014-09-08 20:21:42 -06:00

18 lines
411 B
HTML

<html>
<head>
<title>
The winter is too cold for me...
</title>
</head>
<body>
<div>
<img src="rust_logo.png" width="206" />
</div>
<div>
<img src="rust_logo.png" width="206" />
</div>
<div style="width:1000px">
<img src="rust_logo.png" style="width:100px" />
</div>
</body>
</html>