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

10 lines
198 B
HTML
Raw Normal View History

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