summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests/data/alert.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qmltests/data/alert.html')
-rw-r--r--tests/auto/quick/qmltests/data/alert.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/quick/qmltests/data/alert.html b/tests/auto/quick/qmltests/data/alert.html
new file mode 100644
index 000000000..39a853519
--- /dev/null
+++ b/tests/auto/quick/qmltests/data/alert.html
@@ -0,0 +1,8 @@
+<!doctype html>
+<html>
+<head>
+ <script> alert("Hello Qt"); </script>
+</head>
+<body>
+</body>
+</html>