summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests/data/confirmclose.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qmltests/data/confirmclose.html')
-rw-r--r--tests/auto/quick/qmltests/data/confirmclose.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/quick/qmltests/data/confirmclose.html b/tests/auto/quick/qmltests/data/confirmclose.html
index ba11da7a4..c2acbb67f 100644
--- a/tests/auto/quick/qmltests/data/confirmclose.html
+++ b/tests/auto/quick/qmltests/data/confirmclose.html
@@ -1,5 +1,6 @@
<html>
-<body onbeforeunload="return 'You are about to miss out on some awesome content.';">
+<body onbeforeunload="return 'You are about to miss out on some awesome content.';"
+ onmousedown="window.mousePressReceived = true;">
Be greeted, precious viewer!
</body>
</html>