Bug 81872

Summary: Fix crashing flexbox tests
Product: WebKit Reporter: Keishi Hattori <keishi>
Component: Tools / TestsAssignee: Keishi Hattori <keishi>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: tony
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Comment 1 Keishi Hattori 2012-03-21 22:05:18 PDT
Created attachment 133188 [details]
Patch
Comment 2 Tony Chang 2012-03-22 09:49:48 PDT
mitz reverted in https://bugs.webkit.org/show_bug.cgi?id=81870.

Turns out that the assert is just wrong, so I'm going to remove it. It's possible for there to be no lines if a flexbox has no children.
Comment 3 Tony Chang 2012-03-22 09:50:07 PDT

*** This bug has been marked as a duplicate of bug 81870 ***