Closed
Bug 975789
Opened 11 years ago
Closed 11 years ago
"ASSERTION: Stacking contexts must also be pseudo-stacking-contexts" with will-change, table
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
mozilla30
People
(Reporter: jruderman, Assigned: bjacob)
References
Details
(Keywords: assertion, testcase)
Attachments
(3 files)
With
user_pref("layout.css.will-change.enabled", true);
###!!! ASSERTION: Stacking contexts must also be pseudo-stacking-contexts: '!isStackingContext || pseudoStackingContext', file layout/generic/nsFrame.cpp
Reporter | ||
Comment 1•11 years ago
|
||
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8383199 -
Flags: review?(dbaron)
Comment on attachment 8383199 [details] [diff] [review]
fix
Please also add an "if you change this, also change" comment in the other direction.
r=dbaron with that, although there are some other annoying inconsistencies between the two pieces of code that should probably be investigated
Attachment #8383199 -
Flags: review?(dbaron) → review+
Assignee | ||
Comment 4•11 years ago
|
||
Landed with the requested comment.
Yes, and it seems that the approach of having one big logical expression won't scale anyway, will probably need to be split into separate statements at some point.
https://hg.mozilla.org/integration/mozilla-inbound/rev/1b4c49b07790
Assignee: nobody → bjacob
Comment 5•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
You need to log in
before you can comment on or make changes to this bug.
Description
•