Closed
Bug 1326015
Opened 8 years ago
Closed 8 years ago
stylo: run AssertTreeIsClean on all style roots
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla53
Tracking | Status | |
---|---|---|
firefox53 | --- | fixed |
People
(Reporter: heycam, Unassigned)
References
Details
Attachments
(1 file)
Since bug 1321284, we treat document-level native anonymous content (which doesn't inherit from the document element) as separate "style roots". We should make AssertTreeIsClean(), which is called after processing all restyles, do its assertions on all of the style roots, not just the one rooted by the document element.
Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8822128 [details]
Bug 1326015 - Run AssertTreeIsClean on all style roots.
https://reviewboard.mozilla.org/r/101132/#review101636
Attachment #8822128 -
Flags: review?(xidorn+moz) → review+
Pushed by cmccormack@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5d4c47875825
Run AssertTreeIsClean on all style roots. r=xidorn
Comment 4•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
You need to log in
before you can comment on or make changes to this bug.
Description
•