Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/svg/as-image/background-stretch-1.html

23 lines
395 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<style>
div {
height: 30px;
width: 100px;
background-image: url("white-rect-with-viewbox.svg");
background-repeat: no-repeat;
background-position: 30px;
background-size: 40px 30px;
background-color: yellow;
}
body {
background-color: black;
}
</style>
</head>
<body>
<div></div>
</body>
</html>