chromium/third_party/blink/web_tests/svg/as-image/svgview-references.html

<!DOCTYPE html>
<head>
  <title>SVG with img viewBox linking</title>
  <style>
  .example { width: 200px; height: 200px; border: 2px solid black; display: inline-block; margin: 20px; }
  </style>
</head>
<img class="example" src="resources/svglogo.svg"/>
<img class="example" src="resources/svglogo.svg#svgView(viewBox(0,0,150,150))"/>
<img class="example" src="resources/svglogo.svg#svgView(viewBox(100,100,100,100))"/>