Skip to content
  • darin's avatar
    LayoutTests: · f3820f23
    darin authored
            Reviewed by Hyatt, tweaked by Mitz.
    
            - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9122
              REGRESSION: Incorrect vertical position for text fields in a "display: table" block
    
            * fast/table/text-field-baseline-expected.checksum: Added.
            * fast/table/text-field-baseline-expected.png: Added.
            * fast/table/text-field-baseline-expected.txt: Added.
            * fast/table/text-field-baseline.html: Added.
    
    WebCore:
    
            Reviewed by Hyatt.
    
            - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=9122
              REGRESSION: Incorrect vertical position for text fields in a "display: table" block
    
            Test: fast/table/text-field-baseline.html
    
            * rendering/RenderTableCell.cpp:
            (WebCore::RenderTableCell::baselinePosition): Do not descend into replaced objects, just
            use their baseline.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@14760 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    f3820f23