[wpt-sync] Sync PR 39571 - Handle detached documents in SVGLengthContext
Categories
(Core :: SVG, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox114 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 39571 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/39571
Details from upstream follow.
Fredrik Söderquist <fs@opera.com> wrote:
Handle detached documents in SVGLengthContext
The StyleResolver gets torn down when the Document it is associated to
is detached/shutdown.Check for this in ComputedStyleForLengthResolving(), and return null if
so. Restore null-checks in callers.Bug: 1433491
Change-Id: I1f6b934e20f52aba1ebd486a1030e6ec1a34e0bb
Reviewed-on: https://chromium-review.googlesource.com/4432192
WPT-Export-Revision: 39e6caeae877e03f243c229edf57404dd49a8bf1
Assignee | ||
Updated•1 years ago
|
Assignee | ||
Comment 1•1 years ago
|
||
Assignee | ||
Comment 2•1 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests
Status Summary
Firefox
PASS
: 1
Chrome
CRASH
: 1
Safari
PASS
: 1
Links
Comment 4•1 years ago
|
||
bugherder |
Description
•