summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests/data/link.html
blob: e791b7de483d41534fcf2a0ed143d91bd1077ddd (plain)
1
2
3
4
5
6
<!doctype html>
<html>
<body onload="document.links['foo'].focus();">
<a name="foo" href="test1.html">Link</a>
</body>
</html>