Closed Bug 1300505 Opened 8 years ago Closed 8 years ago

stylo: The applicable declarations cache is (also) busted.

Categories

(Core :: CSS Parsing and Computation, defect)

defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: emilio, Unassigned)

References

Details

Today in "Servo styling system caches are busted", the applicable declarations! So, basically, we cache styles that depend on relative units from the parent. The following test case fails on Servo (with the sequential layout flag turned on, `-y 1`): <!doctype html> <style> div { padding: 100px; background: red; font-size: 100px; } .foo { padding: 200px; font-size: 0; } p { background: blue; padding: 1em; } </style> <div> <p>fewafewa</p> </div> <div class="foo"> <p>fewafewa</p> </div>
This is gone now that we have the rule tree.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.