summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests/data/multifileupload.html
Commit message (Collapse)AuthorAgeFilesLines
* Fix qmltests::WebEngineViewSingleFileUpload auto testsTamas Zakor2019-04-101-1/+1
| | | | | | | | | | | | | 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>
* Fix typos in html testsTamas Zakor2018-11-141-1/+2
| | | | | Change-Id: I578595a1efa5e9a560b98e7a0a138621fdd04245 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* Add tst_filePicker.qml test for UIDelegateAdam Kallai2015-04-241-0/+17
Testing single, multiple file and directory upload. Change-Id: I9da9e1f780a7f97a300fcaa38738ea781b85a4a7 Reviewed-by: Pierre Rossi <pierre.rossi@theqtcompany.com> Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com>