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

<html>
<head>
<style>
img, div {
  background: red;
  height: 100px;
  width: 100px;
}
</style>
</head>
<body style='margin: 0px'>
<div>
  <img src='resources/green-relative-size-rect.svg'>
</div>
</body>
</html>