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.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/quick/qmltests/data/confirmclose.html b/tests/auto/quick/qmltests/data/confirmclose.html
new file mode 100644
index 000000000..c2acbb67f
--- /dev/null
+++ b/tests/auto/quick/qmltests/data/confirmclose.html
@@ -0,0 +1,6 @@
+<html>
+<body onbeforeunload="return 'You are about to miss out on some awesome content.';"
+ onmousedown="window.mousePressReceived = true;">
+ Be greeted, precious viewer!
+</body>
+</html>