gecko/layout/reftests/svg/as-image/background-image-rect-2.html

9 lines
217 B
HTML
Raw Normal View History

<html>
<body>
<div style="height: 100px; width: 100px;
background-image: -moz-image-rect(url('lime100x100.svg'),
0,100,100,0)">
</div>
</body>
</html>