chromium/third_party/blink/web_tests/svg/foreignObject/transformed-text-invalidation.html

<!DOCTYPE HTML>
<style>
  body {
    margin-left: -140px;
    margin-top: -120px;
  }
</style>
<body>
  <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="300" height="300">
    <foreignObject xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="300" height="300">
      <svg>
        <g transform="translate(130, 130)">
          <text x="40" y="20">PASS</text>
        </g>
      </svg>
    </foreignObject>
  </svg>
</body>