mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
updated tests
This commit is contained in:
parent
78e1f9829f
commit
8082865cab
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user