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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 7 13:15:18 PST 2013


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

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


The fast/forms/number/number-l10n-input.html is failing ever since it's been introduced in r142122.
http://trac.webkit.org/changeset/142122

--- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/fast/forms/number/number-l10n-input-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release/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.

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