Skip to content
  • darin's avatar
    LayoutTests: · 82447ad9
    darin authored
            Reviewed by Maciej.
    
            - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=5656
            REGRESSION: Buttons on Yahoo! Mail misplaced in ToT
            <rdar://problem/4404335>
            Tests whether white-space mode on buttons is inherited and not forced.
    
            * fast/forms/button-white-space-expected.checksum: Added.
            * fast/forms/button-white-space-expected.png: Added.
            * fast/forms/button-white-space-expected.txt: Added.
            * fast/forms/button-white-space.html: Added.
    
    WebCore:
    
            Reviewed by Maciej.
    
            - fix for http://bugzilla.opendarwin.org/show_bug.cgi?id=5656
            REGRESSION: Buttons on Yahoo! Mail misplaced in ToT
            <rdar://problem/4404335>
            Tests whether white-space mode on buttons is inheritied and not forced.
            Originally broken in Subversion revision r10909.
    
            * css/html4.css: Remove default white-space value for <button> tag to
            allow it to be inherited.
            * rendering/render_theme_mac.mm:
            (khtml::RenderThemeMac::adjustButtonStyle): Fix misleading comment.
    
            * css/UserAgentStyleSheets.cpp: Touched this file to make the rebuild
            of html4.css work (shouldn't have to do this).
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@12294 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    82447ad9