aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/frame.html
blob: 98107be1d8222d920e10a16f8b9a1d99bd13cd72 (plain)
1
2
3
4
5
6
7
8
9
<html>
	<head>
		<title>frame</title>
	</head>
	<frameset cols="20%, 80%">
		<frame id="test-frame" src="iframe.html">
		<frame src="iframe.html">
	</frameset>
</html>