[Webkit-unassigned] [Bug 109440] New: [EFL] fast/forms/number/number-l10n-input.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 11 08:14:22 PST 2013


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

           Summary: [EFL] fast/forms/number/number-l10n-input.html is
                    failing
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dchris at gmail.com
                CC: demarchi at webkit.org


fast/forms/number/number-l10n-input.html is failing on EFL port with the following diff:
--- /home/buildslave-1/webkit-buildslave/efl-linux-64-release-wk2/build/layout-test-results/fast/forms/number/number-l10n-input-expected.txt
+++ /home/buildslave-1/webkit-buildslave/efl-linux-64-release-wk2/build/layout-test-results/fast/forms/number/number-l10n-input-actual.txt
@@ -5,7 +5,7 @@

 Putting some digit strings to a French number input.
 PASS document.execCommand("InsertText", false, "1234"); frenchInput.value is "1234"
-PASS document.execCommand("InsertText", false, "1,234"); frenchInput.value is "1.234"
+FAIL document.execCommand("InsertText", false, "1,234"); frenchInput.value should be 1.234. Was .
 PASS document.execCommand("InsertText", false, "1.234"); frenchInput.value is "1.234"

 Puttting some digit strings to an English number input.

It is also failing on Qt and Gtk (Bug 109224).

-- 
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