puppeteer/third_party/phantomjs/test/www/frameset/index.html

10 lines
189 B
HTML
Raw Normal View History

2017-05-11 07:06:41 +00:00
<html>
<head>
<title>index</title>
</head>
<frameset cols="50%,50%">
<frame name="frame1" src="./frame1.html" />
<frame name="frame2" src="./frame2.html" />
</frameset>
</html>