summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/test/assets/inline-svg.html
diff options
context:
space:
mode:
Diffstat (limited to 'remote/test/puppeteer/test/assets/inline-svg.html')
-rw-r--r--remote/test/puppeteer/test/assets/inline-svg.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/remote/test/puppeteer/test/assets/inline-svg.html b/remote/test/puppeteer/test/assets/inline-svg.html
new file mode 100644
index 0000000000..20023ecc79
--- /dev/null
+++ b/remote/test/puppeteer/test/assets/inline-svg.html
@@ -0,0 +1,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>