Skip to content
  • adele's avatar
    LayoutTests: · 25e4a011
    adele authored
            Reviewed by Hyatt.
    
            - tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9100
              Absolutely positioned replaced elements with all non-auto
              values are rendered incorrectly
    
            * fast/replaced/absolute-position-with-auto-height-and-top-and-bottom.html: Added.
            * fast/replaced/absolute-position-with-auto-width-and-left-and-right.html: Added.
    
    WebCore:
    
            Reviewed by Hyatt.
    
            - fix for http://bugzilla.opendarwin.org/show_bug.cgi?id=9100
              Absolutely positioned replaced elements with all non-auto
              values are rendered incorrectly
    
            * rendering/RenderBox.cpp:
            (WebCore::RenderBox::calcAbsoluteHorizontalReplaced): Add support for case when all values are specified.
            (WebCore::RenderBox::calcAbsoluteVerticalReplaced): ditto
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@14660 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    25e4a011