[Webkit-unassigned] [Bug 88489] New: [Forms] Improve test coverage of input-number-size.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 6 20:44:43 PDT 2012


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

           Summary: [Forms] Improve test coverage of
                    input-number-size.html
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yosin at chromium.org
            Blocks: 88383


When we introduce decimal arithmetic, we change NumberInputType::sizeShouldIncludeDecoration().
To make sure that change doesn't change behavior, we would like to improve test coverage for sizeShouldIncludeDecoration().

This bug suggests to add following test case to /forms/number/input-number-size.html
  shouldBe('numberWidth(123456, 123456, 0.0000005)', 'textWidthPlusSpinButtonWidth(14)');

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