RESOLVED FIXED 58020
[GTK] fast/forms/input-number-large-padding.html fails
https://bugs.webkit.org/show_bug.cgi?id=58020
Summary [GTK] fast/forms/input-number-large-padding.html fails
Philippe Normand
Reported 2011-04-07 01:28:28 PDT
--- /home/slave/webkitgtk/gtk-linux-64-debug/build/layout-test-results/fast/forms/input-number-large-padding-expected.txt 2011-04-07 00:43:42.193766486 -0700 +++ /home/slave/webkitgtk/gtk-linux-64-debug/build/layout-test-results/fast/forms/input-number-large-padding-actual.txt 2011-04-07 00:43:42.193766486 -0700 @@ -3,7 +3,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". -PASS numberInput.value is "1" +FAIL numberInput.value should be 1. Was 0. PASS successfullyParsed is true TEST COMPLETE Added in http://trac.webkit.org/changeset/83145 Will skip for now.
Attachments
Kent Tamura
Comment 1 2011-04-07 02:32:51 PDT
Hmm, it's curious. input-number-large-padding.html is very similar to input-number-events.html, which is passing on GTK.
Philippe Normand
Comment 2 2011-04-07 07:07:13 PDT
eventSender.mouseMoveTo(numberInput.offsetLeft + numberInput.offsetWidth - 10, numberInput.offsetTop + numberInput.offsetHeight / 4); Humm... Could it be that on GTK clicking on that position has not the expected effect?
Zan Dobersek
Comment 3 2012-05-05 09:58:19 PDT
The tests covered by this bug were found to be passing consistently after moving from using the Skipped list to using test_expectations.txt. Their expectations were removed in r116122[1] (covered by bug #85591). Closing the bug. 1: http://trac.webkit.org/changeset/116122
Note You need to log in before you can comment on or make changes to this bug.