Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

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