summaryrefslogtreecommitdiffstats
path: root/remote/cdp/test/browser/page/doc_frameset_single.html
blob: 2ad56a140e002d834ba490da6ec92506c9d5e99a (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>Frameset with a single frame</title>
</head>
<body>
  <iframe src="doc_frame.html"></iframe>
</body>
</html>