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

18 lines
418 B
HTML

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