updated tests

This commit is contained in:
Niklas von Hertzen 2011-07-29 19:23:27 +03:00
parent 78e1f9829f
commit 8082865cab
2 changed files with 10 additions and 1 deletions

View File

@ -86,6 +86,11 @@
<div style="background:url(image.jpg) repeat-y 50px 50px;"></div> <div style="background:url(image.jpg) repeat-y 50px 50px;"></div>
<div style="background:url(image.jpg) no-repeat 50px 50px;"></div> <div style="background:url(image.jpg) no-repeat 50px 50px;"></div>
</div> </div>
<div class="medium">
<div style="background:url(image.jpg) no-repeat -15% 25px;"></div>
</div>
</body> </body>

View File

@ -48,6 +48,10 @@
<img src="image.jpg" style="padding-top:20px;border-top:5px solid black;clear:both;width:50px;" /> <img src="image.jpg" style="padding-top:20px;border-top:5px solid black;clear:both;width:50px;" />
<img src="image.jpg" style="padding-top:20px;border-top:5px solid black;clear:both;width:50px;height:25px;" /> <img src="image.jpg" style="padding-top:20px;border-top:5px solid black;clear:both;width:50px;height:25px;" />
<img src="image.jpg" style="width:0px;height:0px;border:1px solid black" />
<img src="image.jpg" style="width:0px;height:0px;" />
</body> </body>
</html> </html>