chromium/third_party/blink/web_tests/svg/as-background-image/svg-as-background.html

<html>
<head>
<style>
div {
  background: red;
  background-repeat: no-repeat;
  background-image: url(resources/green-fixed-size-rect.svg);
  height: 100px;
  width: 100px;
}
</style>
</head>
<body style='margin: 0px'>
<div>&nbsp;</div>
</body>
</html>