summaryrefslogtreecommitdiffstats
path: root/remote/cdp/test/browser/page/doc_frameset_multi.html
blob: dd59a604319a48ab9fd8d7a880a23a32e6b3b2d4 (plain)
1
2
3
4
5
6
7
8
9
10
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>