Skip to content
  • mitz@apple.com's avatar
    WebCore: · ce2c3011
    mitz@apple.com authored
            Reviewed by Darin Adler.
    
            - fix <rdar://problem/5961977> Crash in RenderBlock::layoutColumns()
    
            Test: fast/multicol/content-height-zero-crash.html
    
            * rendering/RenderBlock.cpp:
            (WebCore::RenderBlock::layoutColumns): Changed to not keep creating
            overflow columns that have zero height, because they do not help with
            fitting content in.
    
    LayoutTests:
    
            - test for <rdar://problem/5961977> Crash in RenderBlock::layoutColumns()
    
            Reviewed by Darin Adler.
    
            * fast/multicol/content-height-zero-crash-expected.txt: Added.
            * fast/multicol/content-height-zero-crash.html: Added.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@34458 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    ce2c3011