summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests2/data/prompt.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qmltests2/data/prompt.html')
-rw-r--r--tests/auto/quick/qmltests2/data/prompt.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/quick/qmltests2/data/prompt.html b/tests/auto/quick/qmltests2/data/prompt.html
new file mode 100644
index 000000000..3293c0dcf
--- /dev/null
+++ b/tests/auto/quick/qmltests2/data/prompt.html
@@ -0,0 +1,7 @@
+<html>
+<head>
+ <script>
+ document.title = prompt("Please, reverse the default value", "Hello Qt");
+ </script>
+</head>
+</html>