mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
15 lines
238 B
HTML
15 lines
238 B
HTML
<!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>
|