chromium/third_party/blink/web_tests/svg/custom/root-size-attribute-changes-expected.html

<!DOCTYPE HTML>
<html>
<style>
  body { line-height: 10px; }
</style>
<body>
<p id="description">Test changing of SVG size attributes. This test passes if there is a green square and no red.</p>
<svg id="svg" width="300" height="300">
  <rect x="0" y="0" width="100" height="100" fill="green"/>
</svg>
</body>
</html>