Closed
Bug 1267079
Opened 9 years ago
Closed 2 years ago
"Assertion failure: !MustReframeForAfterPseudo(lastContinuation)" with outline-radius animation, :after
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox48 | --- | affected |
People
(Reporter: jruderman, Assigned: dholbert)
References
Details
(Keywords: assertion, testcase, Whiteboard: qa-not-actionable, [wptsync upstream])
Attachments
(4 files)
Assertion failure: !MustReframeForAfterPseudo(lastContinuation) (shouldn't need to reframe ::after as we would have had eRestyle_Subtree and wouldn't get in here), at layout/base/RestyleManager.cpp:3172
Reporter | ||
Comment 1•9 years ago
|
||
Comment 2•3 years ago
|
||
In the process of migrating remaining bugs to the new severity system, the severity for this bug cannot be automatically determined. Please retriage this bug using the new severity system.
Severity: critical → --
Assignee | ||
Comment 3•2 years ago
|
||
No assertions anymore in a recent debug build. --> WORKSFORME, and I'll add a crashtest.
Severity: -- → S3
Status: NEW → RESOLVED
Closed: 2 years ago
Flags: needinfo?(dholbert)
Resolution: --- → WORKSFORME
Assignee | ||
Comment 4•1 years ago
|
||
Side note, -moz-outline-radius
in the testcase isn't recognized as a CSS property anymore; these days we use border-radius
to control outlines, as of bug 315209.
Here's the testcase amended to use border-radius
instead, and with the setTimeout replaced with a double-rAF, to make this more suitable as a crashtest.
Flags: needinfo?(dholbert)
Assignee | ||
Comment 5•1 years ago
|
||
Updated•1 years ago
|
Assignee: nobody → dholbert
Pushed by dholbert@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/391d1d3ba83e
Add wpt crashtest for this (fixed) bug. r=emilio,TYLin
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/44406 for changes under testing/web-platform/tests
Whiteboard: qa-not-actionable → qa-not-actionable, [wptsync upstream]
Comment 8•1 years ago
|
||
bugherder |
Upstream PR merged by moz-wptsync-bot
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•