[Webkit-unassigned] [Bug 89760] New: [Qt] New fast/forms/number/input-number-validation-message.html introduced in r121019 fails.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 22 07:26:06 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=89760

           Summary: [Qt] New
                    fast/forms/number/input-number-validation-message.html
                    introduced in r121019 fails.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kadam at inf.u-szeged.hu
                CC: ossy at webkit.org, tkent at chromium.org,
                    kkristof at inf.u-szeged.hu, yosin at chromium.org,
                    szledan at inf.u-szeged.hu


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list