chromium/third_party/blink/web_tests/http/tests/misc/svg-image-delayed-size-negotiation-expected.html

<!DOCTYPE HTML>
<html>
<body>
<p id="description">
  Test that an image loaded after initial layout will have the correct size.<br/>
  This test passes if there is a blue square (not rectangle) with a green circle (not oval).
</p>
<img src="resources/embedded.svg" width="100" height="300"></img>
</body>
</html>