Mypal/layout/reftests/svg/as-image/background-scale-with-viewb...

23 lines
369 B
HTML

<!DOCTYPE html>
<html reftest-zoom="2.0">
<head>
<style>
div {
background-color: yellow;
background-image: url("white-rect-with-viewbox.svg");
width: 6px;
height: 30px;
}
body {
background-color: black;
margin: 0px;
padding: 0px;
border: 0px;
}
</style>
</head>
<body>
<div></div>
</body>
</html>