[Webkit-unassigned] [Bug 64786] The value of a number input form continues to increase/decrease even if we disable the input form.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 20 04:31:26 PDT 2011


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


Gabor Loki <loki at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |loki at webkit.org,
                   |                            |ossy at webkit.org




--- Comment #25 from Gabor Loki <loki at webkit.org>  2011-07-20 04:31:26 PST ---
The test fails on Qt. See the followings:

Build info:
  http://build.webkit.org/builders/Qt%20Linux%20Release/builds/35575

Test difference:
  http://build.webkit.org/results/Qt%20Linux%20Release/r91353%20(35575)/fast/forms/spin-button-gets-disabled-or-readonly-pretty-diff.html

--- fast/forms/spin-button-gets-disabled-or-readonly-expected.txt 
+++ fast/forms/spin-button-gets-disabled-or-readonly-actual.txt 
@@ -8,19 +8,19 @@

 Test on a readonly number input form:
 delay = 1 ms
-PASS input.value is "1234566"
+FAIL input.value should be 1234566. Was 1234567.
 delay = 10 ms
-PASS input.value is "1234566"
+FAIL input.value should be 1234566. Was 1234567.
 delay = 100 ms
-PASS input.value is "1234566"
+FAIL input.value should be 1234566. Was 1234567.

 Test on a disabled number input form:
 delay = 1 ms
-PASS input.value is "1234566"
+FAIL input.value should be 1234566. Was 1234567.
 delay = 10 ms
-PASS input.value is "1234566"
+FAIL input.value should be 1234566. Was 1234567.
 delay = 100 ms
-PASS input.value is "1234566"
+FAIL input.value should be 1234566. Was 1234567.
 PASS successfullyParsed is true

 TEST COMPLETE

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