Skip to content
  • robert@webkit.org's avatar
    Reviewed by David Hyatt. · ec941c9f
    robert@webkit.org authored
    Replaced elements squeezed when width is specified as percentage inside a table with Auto layout
    https://bugs.webkit.org/show_bug.cgi?id=29447
    
    Source/WebCore:
    
    If inserting a 'replaced' element (e.g. image, plugin) in a table cell that is not descendant from
    a block with fixed layout then do not squeeze the element, let it use its intrinsic width and height.
    
    Test: fast/replaced/table-percent-width.html
    
    * rendering/RenderBox.cpp:
    (WebCore::avoidSqueezingWidth):
    (WebCore::avoidSqueezingHeight):
    (WebCore::RenderBox::containingBlockReplacedLogicalWidthForContent):
    (WebCore::RenderBox::computeReplacedLogicalWidthUsing):
    (WebCore::RenderBox::computeReplacedLogicalHeightUsing):
    * rendering/RenderBox.h:
    
    LayoutTests:
    
    * fast/replaced/table-percent-width.html: Added.
    * fast/replaced/table-percent-width-expected.txt: Added.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96139 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    ec941c9f