chromium/third_party/blink/web_tests/svg/custom/svg-root-padding-top.html

<!DOCTYPE html>
<style>
svg {
  background-color: blue;
  padding-top: 100px;
}
</style>
<svg width="300" height="200">
  <rect x="100" width="100" height="100" fill="green"/>
</svg>