Closed
Bug 1376897
Opened 8 years ago
Closed 8 years ago
stylo: self.owner_doc_matches_for_testing(shared_context.stylist.device()) assertion fails when styling a document in bfcache
Categories
(Core :: CSS Parsing and Computation, defect, P1)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: birtles, Unassigned)
References
Details
(Keywords: assertion)
Attachments
(4 files)
STR:
1. Load the attached test case in a debug Stylo build
2. Allow pop-ups
3. Re-load the test case
For me it hits the panic here:
http://searchfox.org/mozilla-central/rev/fdb811340ac4e6b93703d72ee99217f3b1d250ac/servo/components/style/matching.rs#324
It seems like the owner doc of the element is the doc in the bfcache, but the doc of the pres context is the document associated with |w|.
Updated•8 years ago
|
Flags: needinfo?(emilio+bugs)
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
Comment 4•8 years ago
|
||
Err, wrong bug...
Updated•8 years ago
|
Attachment #8884358 -
Flags: review?(cam)
Updated•8 years ago
|
Attachment #8884359 -
Flags: review?(cam)
Updated•8 years ago
|
Attachment #8884360 -
Flags: review?(cam)
Comment 6•8 years ago
|
||
Works for me on https://hg.mozilla.org/mozilla-central/log?rev=26516ba27081
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.
Description
•