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

<html>
<head>
<style>
div {
  background: green;
  background-repeat: no-repeat;
  background-image: url(resources/svg-as-background-with-relative-size.svg);
  height: 500px;
  width: 500px;
}
</style>
</head>
<!-- The background shouldn't be red in a debug build -->
<body style='margin: 0px'>
<div>&nbsp;</div>
</body>
</html>