Bug 89760 - [Qt] New fast/forms/number/input-number-validation-message.html introduced in r121019 fails.
Summary: [Qt] New fast/forms/number/input-number-validation-message.html introduced in...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 87008
  Show dependency treegraph
 
Reported: 2012-06-22 07:26 PDT by Ádám Kallai
Modified: 2014-02-03 03:21 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ádám Kallai 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.
Comment 2 Kristóf Kosztyó 2012-06-22 07:50:23 PDT
Committed r121024: <http://trac.webkit.org/changeset/121024>
Comment 3 Kent Tamura 2012-06-24 17:35:47 PDT
See WebCore/platform/qt/LocalizedStringsQt.cpp.  Texts for validation messages are not implemented in Qt.
Comment 4 Jocelyn Turcotte 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.