Bug 109224 - [GTK] fast/forms/number/number-l10n-input.html is failing
Summary: [GTK] fast/forms/number/number-l10n-input.html is failing
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk, LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2013-02-07 13:17 PST by Zan Dobersek
Modified: 2014-04-07 10:54 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2013-02-07 13:17:26 PST
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.
Comment 1 Chris Dumez 2013-02-11 11:18:05 PST
FYI, the solution for EFL port was to use platform/text/LocaleICU.cpp instead of platform/text/LocaleNone.cpp (Bug 109440). Same fix may apply to GTK port as you are probably using ICU library as well.
Comment 2 Sergio Villar Senin 2014-04-07 10:54:49 PDT
Unskipped in https://trac.webkit.org/changeset/166875 as it was working