summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests/data/forms.html
Commit message (Collapse)AuthorAgeFilesLines
* Add test for form validation's sub validation messagePeter Varga2016-06-201-0/+8
| | | | | | | | | Since commit 8b0d048b02c1f1cb24fdb83f11791507df246e05 there is no test for sub validation messages. Add new test based on test case of the following fix: https://codereview.chromium.org/1671613003 Change-Id: I73de2a6709ebaa52bfe87b81b4b6f8a1cf072de8 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* Remove obsolete testsAllan Sandfeld Jensen2016-05-281-8/+0
| | | | | | | | | | | document.defaultCharset has been removed in Chromium 50. See https://www.chromestatus.com/feature/6217124578066432 And form validation no longer reports title See https://codereview.chromium.org/1671613003 Change-Id: I3b461f897c1ec5ca3b72e141f2119a8f87c3081b Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* Add QML test for form validation featurePeter Varga2015-08-051-0/+40
Change-Id: I508aabbdd6a33e7ed8edcd7438e71297d4c0e895 Reviewed-by: Szabolcs David <davidsz@inf.u-szeged.hu> Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com>