Bug 89760
Summary: | [Qt] New fast/forms/number/input-number-validation-message.html introduced in r121019 fails. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ádám Kallai <kadam> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | kkristof, ossy, szledan, tkent, yosin |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 87008 |
Ádám Kallai
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ádám Kallai
I skipped it.
http://trac.webkit.org/changeset/121024/trunk/LayoutTests/platform/qt/Skipped
Kristóf Kosztyó
Committed r121024: <http://trac.webkit.org/changeset/121024>
Kent Tamura
See WebCore/platform/qt/LocalizedStringsQt.cpp. Texts for validation messages are not implemented in Qt.
Jocelyn Turcotte
=== 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.