summaryrefslogtreecommitdiffstats
path: root/remote/cdp/test/browser/page/doc_frameset_multi.html
diff options
context:
space:
mode:
Diffstat (limited to 'remote/cdp/test/browser/page/doc_frameset_multi.html')
-rw-r--r--remote/cdp/test/browser/page/doc_frameset_multi.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/remote/cdp/test/browser/page/doc_frameset_multi.html b/remote/cdp/test/browser/page/doc_frameset_multi.html
new file mode 100644
index 0000000000..dd59a60431
--- /dev/null
+++ b/remote/cdp/test/browser/page/doc_frameset_multi.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8">
+ <title>Frameset with multiple frames</title>
+</head>
+<body>
+ <iframe src="doc_empty.html"></iframe>
+ <iframe src="doc_frame.html"></iframe>
+</body>
+</html>