aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader/scraper/testdata/iframe.html
blob: 5095b7dfb4471faf3d91c776e2fc536b6dd8a151 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html lang="en-US">
	<body>
		<article>
			<iframe id="1" src="about:blank"></iframe>
			<iframe id="2" src="about:blank"></iframe>
			<iframe id="3" src="about:blank"></iframe>
			<iframe id="4" src="about:blank"></iframe>
			<iframe id="5" src="about:blank"></iframe>
		</article>
	</body>
</html>