[Webkit-unassigned] [Bug 33936] New: [GTK] Fails /LayoutTests/fast/css/button-height.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 20 19:09:31 PST 2010


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

           Summary: [GTK] Fails /LayoutTests/fast/css/button-height.html
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dbates at webkit.org


The GTK port fails test /LayoutTests/fast/css/button-height.html, which was
included in the patch for bug #29564.

The GTK bot results are at
<http://build.webkit.org/results/GTK%20Linux%20Release/r53591%20%287900%29/fast/css/>.

>From the results:

FAIL document.getElementById('button1').offsetHeight should be 25. Was 28.

The GTK port renders <input type="button"> and <button> elements (without any
user-specified style) with different heights. The former is 25 pixels tall. The
latter is 28 pixels tall.

Moreover, the GTK port does not honor the user-specified height for <input
type="button" style="height: 40px" .../> for the fifth button in the test.
Hence, the failure message:

FAIL document.getElementById('button5').offsetHeight is incorrect for this
platform. Should be the same height as button 1 for the Mac ports and 40
otherwise.

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