[Webkit-unassigned] [Bug 31858] New: fast/replaced/table-percent-height.html depends on form control sizes in Mac

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 24 22:32:45 PST 2009


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

           Summary: fast/replaced/table-percent-height.html depends on
                    form control sizes in Mac
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tkent at chromium.org


I think we had better modify table-percent-height.html so that it doesn't use
concrete pixel numbers. I don't think form controls in non-Mac platforms should
have the same dimensions as in Mac.

The current tests are like:

  shouldBe("getComputedStyleForElement(document.getElementById('button-75'),
'height')", "'15px'");
  shouldBe("getComputedStyleForElement(document.getElementById('button-100'),
'height')", "'15px'");

This should be changed to:

  shouldBe("getComputedStyleForElement(document.getElementById('button-75'),
           "getComputedStyleForElement(document.getElementById('button-100'));

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