summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests/data/test-iframe.html
blob: 710c4539ac081c8b3ebc25a452a30b8f686f562e (plain)
1
2
3
4
5
6
7
8
9
<html>
<head><title>Test page with huge link area and iframe</title></head>
<body>
<a title="A title" href="test1.html"><img width=200 height=200></a>
<div>
    <iframe src="test1.html"></iframe>
</div>
</body>
</html>