summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests/data/multifileupload.html
diff options
context:
space:
mode:
authorTamas Zakor <ztamas@inf.u-szeged.hu>2019-03-12 15:59:09 +0100
committerTamas Zakor <ztamas@inf.u-szeged.hu>2019-04-10 13:46:01 +0000
commit43eb77cb0d93020ce7db27fa2ac8dc7ef7738709 (patch)
treebd673ec533a10a4b79791437f2a7057bf8b6df1c /tests/auto/quick/qmltests/data/multifileupload.html
parent121e7452879db6a7c84b039cdb00a097ab4d6586 (diff)
Fix qmltests::WebEngineViewSingleFileUpload auto tests
Add scheme checks for FilePickerController::accepted(). A file:// prefix to a file selected here causes chromium to terminate the render process due to an illegal ipc message. Extend auto tests with custom Dialog. Also fix directory upload test. Change-Id: I8d672e435129d62d268b48c3471b924c0161b44b Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'tests/auto/quick/qmltests/data/multifileupload.html')
-rw-r--r--tests/auto/quick/qmltests/data/multifileupload.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quick/qmltests/data/multifileupload.html b/tests/auto/quick/qmltests/data/multifileupload.html
index 1f788a377..d41ea15c0 100644
--- a/tests/auto/quick/qmltests/data/multifileupload.html
+++ b/tests/auto/quick/qmltests/data/multifileupload.html
@@ -1,7 +1,7 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
-<title> Mutli-file Upload </title>
+<title> Failed to Upload </title>
<script src = "./titleupdate.js">
</script>
</head>