chromium/third_party/blink/web_tests/paint/invalidation/svg/set-img-height-expected.html

<!doctype html>
<style>
#scaleMe {
    width:100px;
    height:100px;
    background:yellow;
}
</style>
<body>
<div>
    <img id="scaleMe" src="../../../svg/as-image/resources/circle-200px-none.svg">
</div>
</body>