chromedp/testdata/frameset.html

10 lines
153 B
HTML
Raw Permalink Normal View History

<html>
<head>
<title>frameset test</title>
</head>
<frameset cols="50%,*">
<frame src="child1.html">
<frame src="child2.html">
</frameset>
</html>