Closed
Bug 799305
Opened 13 years ago
Closed 12 years ago
Assertion failure: "All flexible lengths should've been resolved"
Categories
(Core :: Layout, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(3 files)
With
user_pref("layout.css.flexbox.enabled", true);
Assertion failure: aItems[i].IsFrozen() (All flexible lengths should've been resolved), at layout/generic/nsFlexContainerFrame.cpp:1265
| Reporter | ||
Comment 1•13 years ago
|
||
Updated•13 years ago
|
Depends on: css3-flexbox
| Reporter | ||
Comment 2•12 years ago
|
||
WFM
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
I thought this might've been WFM only with the old testcase, which uses prefixed "-moz-flex". But it turns out it's also WFM if I unprefix (per just-attached testcase). So, yup -- WFM.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•