2012-12-28 01:53:27 +04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Image tests</title>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
|
|
<script type="text/javascript" src="../../test.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<img src="../../assets/image.jpg" />
|
|
|
|
<img src="../../assets/image.jpg" style="width:50px;height:400px;" />
|
|
|
|
<img src="../../assets/image.jpg" style="width:500px;" />
|
2014-10-07 20:11:24 +04:00
|
|
|
<img src="../../assets/image.jpg" style="width:100px;border-radius:50px;" />
|
2012-12-28 01:53:27 +04:00
|
|
|
<img src="../../assets/image.jpg" style="width:500px;height:40px;" />
|
|
|
|
|
|
|
|
|
|
|
|
<img src="../../assets/image.jpg" style="padding:20px;border:5px solid black;" />
|
|
|
|
|
|
|
|
<img src="../../assets/image.jpg" style="padding-bottom:20px;border-top:5px solid black;clear:both;" />
|
|
|
|
|
|
|
|
|
|
|
|
<img src="../../assets/image.jpg" style="padding-top:20px;border-top:5px solid black;clear:both;width:50px;" />
|
|
|
|
<img src="../../assets/image.jpg" style="padding-top:20px;border-top:5px solid black;clear:both;width:50px;height:25px;" />
|
|
|
|
|
|
|
|
<img src="../../assets/image.jpg" style="width:0px;height:0px;border:1px solid black" />
|
|
|
|
<img src="../../assets/image.jpg" style="width:0px;height:0px;" />
|
|
|
|
</body>
|
|
|
|
</html>
|