summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/test/assets/inline-svg.html
blob: 20023ecc79ae1866d3546bcd0b8d2fc4063156a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="en">
  <body>
    <svg>
      <circle cx="10" cy="10" r="10" />
    </svg>

    <div style="margin-top: 5000px;">
      <svg>
        <circle cx="10" cy="10" r="10" />
      </svg>
    </div>
  </body>
</html>