chromium/third_party/blink/web_tests/external/wpt/svg/styling/padding-on-svg-via-img.tentative.html

<!DOCTYPE html>
<!--
  Padding behavior in svg-as-image is not specified well, but the major
  browsers have identical behaviors.

  This HTML should show multiple full circles, and they are aligned to
  100px grid.  Padding-right doesn't contribute to SVG image sizes.
-->
<link rel="match" href="padding-on-svg-via-img-ref.tentative.html"/>
<body>
<img src="support/circle-padding-right.svg">
<img src="support/circle-padding-right.svg">
<img src="support/circle-padding-right.svg">
</body>