Closed
Bug 538215
Opened 15 years ago
Closed 3 years ago
Add reftests with SMIL animations in external document resources
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
INVALID
People
(Reporter: dholbert, Assigned: dholbert)
Details
Attachments
(2 files)
Up until Bug 537157 landed this morning, we were vulnerable to crashes on any testcase that had a <use> element that referred to an external document, if the external document included SMIL animations of CSS properties.
Crash was on a null window pointer. In debug builds, we'd abort just before the null deref, with this message: "ABORT: actively animated document w/ no window: 'win', file ../../../mozilla/content/smil/nsSMILCSSProperty.cpp"
At the moment, we don't have any tests that cover this situation -- so I'm filing this bug on adding some, along with some reftests for animations in XBL bindings. (per bug 537157)
| Assignee | ||
Updated•15 years ago
|
Status: NEW → ASSIGNED
Updated•5 years ago
|
Summary: Add reftests with SMIL animations in external document resources & XBL bindings → Add reftests with SMIL animations in external document resources
Updated•3 years ago
|
Severity: normal → S3
Comment 1•3 years ago
|
||
I don't think we support SMIL in external documents any more.
| Assignee | ||
Comment 2•3 years ago
|
||
| Assignee | ||
Comment 3•3 years ago
|
||
| Assignee | ||
Comment 4•3 years ago
|
||
Good point! I believe that's true.
The attached testcase renders lime for me, which I believe confirms that it's true.
(In reply to Daniel Holbert [:dholbert] from comment #0)
along with some reftests for animations in
XBL bindings. (per bug 537157)
Heh. XBL is gone as of a few years ago too, per https://bgrins.github.io/xbl-analysis/
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•