summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/dialogs/index.html
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2018-05-18 11:27:54 +0200
committerMichal Klocek <michal.klocek@qt.io>2018-05-30 20:10:23 +0000
commitd282d2b1999f3b2b8ad68fbd8e243071f02bab2a (patch)
treeb040575a8ace0f3cfe88b307ef0e57a53e95de41 /tests/auto/quick/dialogs/index.html
parent3bef9a742b48ed9b72877c346b7bdf6bbe03eb8c (diff)
Add dialog unit test
Add test to see if correct dialogs are requested Change-Id: I10a7d384b5704fd337b42ea788b6ec6411828d87 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'tests/auto/quick/dialogs/index.html')
-rw-r--r--tests/auto/quick/dialogs/index.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/auto/quick/dialogs/index.html b/tests/auto/quick/dialogs/index.html
new file mode 100644
index 000000000..8b0520a0e
--- /dev/null
+++ b/tests/auto/quick/dialogs/index.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <style type="text/css">
+ .fullscreen
+ {
+ position:absolute;
+ left: 0;
+ top: 0;
+ width: 100%;
+ height: 100%;
+ }
+ </style>
+ </head>
+ <body>
+ <button class="fullscreen" id="buttonOne">Click Me</button>
+ <input type="color" id="colorpicker" value="#ff0000" style="visibility:hidden"/>
+ <input type="file" id="filepicker" accept=".cpp, .html, .h, .png, .qdoc, .qml" style="visibility:hidden"/>
+ </body>
+</html>