[Webkit-unassigned] [Bug 48221] Number values should be in the range of IEEE 754 single-precision floating point number

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 26 02:16:12 PDT 2010


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


Kent Tamura <tkent at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #71851|review?                     |review-
               Flag|                            |




--- Comment #10 from Kent Tamura <tkent at chromium.org>  2010-10-26 02:16:13 PST ---
(From update of attachment 71851)
View in context: https://bugs.webkit.org/attachment.cgi?id=71851&action=review

> WebCore/html/NumberInputType.cpp:69
> +    if (newValue < numberDefaultMinimum) {

You need to add test cases for this change into LayoutTests/fast/forms/script-tests/input-valueasnumber-number.js.

> WebCore/html/NumberInputType.cpp:73
> +    if (newValue > numberDefaultMaximum) {

ditto.

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