summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests/data/test2.html
blob: 8e20d7e9e68227ce87bdb52ca1410ba07793dd7f (plain)
1
2
3
4
5
6
7
8
9
<html>
<head><title>Test page with huge link area</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>