summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests/data/test2.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qmltests/data/test2.html')
-rw-r--r--tests/auto/quick/qmltests/data/test2.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quick/qmltests/data/test2.html b/tests/auto/quick/qmltests/data/test2.html
index 629c2a063..06b1c40cb 100644
--- a/tests/auto/quick/qmltests/data/test2.html
+++ b/tests/auto/quick/qmltests/data/test2.html
@@ -1,6 +1,6 @@
<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>
+<a id="link" title="A title" href="test1.html"><div style="width:200px; height:200px; background-color:red"></div></a>
</body>
</html>