summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests/data/alert.html
diff options
context:
space:
mode:
authorPierre Rossi <pierre.rossi@theqtcompany.com>2015-03-20 12:03:09 +0100
committerPierre Rossi <pierre.rossi@theqtcompany.com>2015-03-20 14:20:41 +0000
commita2f1431eb25596931e6da97df2c48a9df3f94942 (patch)
treebe7774a669bb874a8f36e8878dfecce0e42c62ee /tests/auto/quick/qmltests/data/alert.html
parentaaa2ecff7e52a52ccd2e9c9c71a7703222341318 (diff)
Introduce mock UIDelegates for testing.
Switch JS dialogs test to using this over the testsupport plugin. This is a less intrusive approach that lives as self contained qml modules within the test infrastructure. As an added benefit, it covers the UI delegation logic from end to end, including what happens in ui_delegates_manager.cpp. Change-Id: I1cc0afaf5514d53e1f3b4b0682379dd2d8d8a913 Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com>
Diffstat (limited to 'tests/auto/quick/qmltests/data/alert.html')
-rw-r--r--tests/auto/quick/qmltests/data/alert.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/quick/qmltests/data/alert.html b/tests/auto/quick/qmltests/data/alert.html
index 39a853519..89715a727 100644
--- a/tests/auto/quick/qmltests/data/alert.html
+++ b/tests/auto/quick/qmltests/data/alert.html
@@ -1,8 +1,5 @@
-<!doctype html>
<html>
<head>
<script> alert("Hello Qt"); </script>
</head>
-<body>
-</body>
</html>