Closed
Bug 1278007
Opened 9 years ago
Closed 9 years ago
Assertion failure: !(state & (ItemState::eFirstBaseline | ItemState::eLastBaseline)) == !(state & (ItemState::eSelfBaseline | ItemState::eContentBaseline)) (first/last bit requires self/content bit and vice versa)
Categories
(Core :: Layout, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla50
People
(Reporter: MatsPalmgren_bugz, Assigned: MatsPalmgren_bugz)
References
Details
(Keywords: regression, testcase)
Attachments
(2 files)
327 bytes,
text/html
|
Details | |
3.38 KB,
patch
|
dholbert
:
review+
lizzard
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8759906 -
Flags: review?(dholbert)
Updated•9 years ago
|
Attachment #8759906 -
Flags: review?(dholbert) → review+
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Pushed by cbook@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/8ee67012a982
[css-grid] Reset all baseline bits when we decide a grid item doesn't participate in [first|last]-baseline alignment. r=dholbert
Keywords: checkin-needed
Comment 3•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
Assignee | ||
Comment 5•9 years ago
|
||
Comment on attachment 8759906 [details] [diff] [review]
fix+crashtest
Approval Request Comment
[Feature/regressing bug #]: bug 1221525
[User impact if declined]: fatal assertion in DEBUG builds, likely nothing bad in Opt builds.
[Describe test coverage new/current, TreeHerder]: patch includes tests
[Risks and why]: zero risk, trivial fix
[String/UUID change made/needed]: none
Flags: needinfo?(mats)
Attachment #8759906 -
Flags: approval-mozilla-aurora?
Comment 6•9 years ago
|
||
Comment on attachment 8759906 [details] [diff] [review]
fix+crashtest
Regression in debug builds (49) Let's uplift this test fix.
Attachment #8759906 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 7•9 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•