Bug 81870

Summary: REGRESSION (r111635): Assertion failure in RenderFlexibleBox::layoutFlexItems() (!lineContexts.size()) in many flexbox tests
Product: WebKit Reporter: mitz
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: keishi, ojan, tony
Priority: P1 Keywords: LayoutTestFailure, MakingBotsRed, Regression
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description mitz 2012-03-21 21:35:58 PDT
After <http://trac.webkit.org/r111635>, the fix for bug 81843, many css3/flexbox tests are crashing because of an assertion failure in RenderFlexibleBox::layoutFlexItems(). For example, css3/flexbox/flex-align-stretch.html.
Comment 1 mitz 2012-03-21 21:58:53 PDT
Fixed by reverting r111635 in <http://trac.webkit.org/r111652>.
Comment 2 Tony Chang 2012-03-22 09:43:11 PDT
Sorry, thanks for reverting.
Comment 3 Tony Chang 2012-03-22 09:50:07 PDT
*** Bug 81872 has been marked as a duplicate of this bug. ***