Closed
Bug 1382902
Opened 8 years ago
Closed 8 years ago
stylo: thread '<unnamed>' panicked at 'Resolving style on element without current styles'
Categories
(Core :: CSS Parsing and Computation, defect, P1)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
DUPLICATE
of bug 1383001
People
(Reporter: hiro, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
339 bytes,
text/html
|
Details |
From bug 1381357 comment 2.
This is different from 1381357, I believe bug 1381357 has been already fixed.
Attaching test cases (made by Jesse) hits a debug_assert! in Servo_ResolveStyle() because there remains an animation restyle hint when we call Servo_ResolveStyle(). That's because the animation is not yet in EffectSet at the moment, so we fail to process a SequentialTask and have no chance to process animation-only restyle. I think this behavior is harmless since the missed animation-only restyle will be processed in the next tick.
That's said, we should fix the debug_assert anyway.
Thank you Jesse for the test case, your test case is very simple as usual and easy to understand what's going on.
Updated•8 years ago
|
Updated•8 years ago
|
Blocks: stylo-release
Updated•8 years ago
|
No longer blocks: stylo-release
Priority: -- → P1
Reporter | ||
Comment 1•8 years ago
|
||
The test case does no longer cause the panic. I guess Emilio fixed it in bug 1383001. I will confirm it later.
Flags: needinfo?(hikezoe)
Reporter | ||
Comment 2•8 years ago
|
||
Confirmed.
Status: NEW → RESOLVED
Closed: 8 years ago
Flags: needinfo?(hikezoe)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•