servo/tests/ref/2dcontext/drawimage_html_image_1_ref.html

19 lines
268 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<style>
html, body {
margin: 0;
}
#destination {
width: 100px;
height: 100px;
background-image: url("../rust-0.png");
}
</style>
<body>
<div id="destination"></div>
</body>
</html>