RESOLVED INVALID 89760
[Qt] New fast/forms/number/input-number-validation-message.html introduced in r121019 fails.
https://bugs.webkit.org/show_bug.cgi?id=89760
Summary [Qt] New fast/forms/number/input-number-validation-message.html introduced in...
Ádám Kallai
Reported 2012-06-22 07:26:05 PDT
This tests fails on Qt. Diff: --- /ramdisk/qt-linux-32-release-webkit2/build/layout-test-results/fast/forms/number/input-number-validation-message-expected.txt +++ /ramdisk/qt-linux-32-release-webkit2/build/layout-test-results/fast/forms/number/input-number-validation-message-actual.txt @@ -6,15 +6,15 @@ No message PASS testIt("", "", "") is "" Value missing -PASS testIt("", "", "") is "value missing" +FAIL testIt("", "", "") should be value missing. Was . Type mismatch PASS testIt("foo", "", "") is "" Range overflow -PASS testIt("200", "", "100") is "range overflow" +FAIL testIt("200", "", "100") should be range overflow. Was . Range underflow -PASS testIt("10", "50", "100") is "range underflow" +FAIL testIt("10", "50", "100") should be range underflow. Was . Step mismatch -PASS testIt("55", "0", "100", "10") is "step mismatch" +FAIL testIt("55", "0", "100", "10") should be step mismatch. Was . PASS successfullyParsed is true TEST COMPLETE Could you check it please? I'm going to skip on Qt.
Attachments
Kristóf Kosztyó
Comment 2 2012-06-22 07:50:23 PDT
Kent Tamura
Comment 3 2012-06-24 17:35:47 PDT
See WebCore/platform/qt/LocalizedStringsQt.cpp. Texts for validation messages are not implemented in Qt.
Jocelyn Turcotte
Comment 4 2014-02-03 03:21:26 PST
=== Bulk closing of Qt bugs === If you believe that this bug report is still relevant for a non-Qt port of webkit.org, please re-open it and remove [Qt] from the summary. If you believe that this is still an important QtWebKit bug, please fill a new report at https://bugreports.qt-project.org and add a link to this issue. See http://qt-project.org/wiki/ReportingBugsInQt for additional guidelines.
Note You need to log in before you can comment on or make changes to this bug.