summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests/data/prompt.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qmltests/data/prompt.html')
-rw-r--r--tests/auto/quick/qmltests/data/prompt.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/quick/qmltests/data/prompt.html b/tests/auto/quick/qmltests/data/prompt.html
index ae5fbd07a..3293c0dcf 100644
--- a/tests/auto/quick/qmltests/data/prompt.html
+++ b/tests/auto/quick/qmltests/data/prompt.html
@@ -1,12 +1,7 @@
-<!doctype html>
<html>
<head>
<script>
document.title = prompt("Please, reverse the default value", "Hello Qt");
- if (prompt("REJECT") !== null)
- document.title = "FAIL";
</script>
</head>
-<body>
-</body>
</html>