Closed
Bug 1766983
Opened 3 years ago
Closed 3 years ago
[wpt-sync] Sync PR 33862 - [css-typed-om] Don't crash when serializing CSSPerspective
Categories
(Core :: DOM: CSS Object Model, task, P4)
Core
DOM: CSS Object Model
Tracking
()
RESOLVED
FIXED
102 Branch
Tracking | Status | |
---|---|---|
firefox102 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 33862 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/33862
Details from upstream follow.
Anders Hartvoll Ruud <andruud@chromium.org> wrote:
[css-typed-om] Don't crash when serializing CSSPerspective
The implementation of CSSPerspective::ToCSSValue DCHECKs that
CSSNumericValue::ToCSSValue can't return nullptr, but currently
it can.Fixed: 1240638
Change-Id: Ic48437bc214652767f7641b1202ce25974ad43f8
Reviewed-on: https://chromium-review.googlesource.com/3613736
WPT-Export-Revision: 5a73a6532d0f3694b585f9a679e9c9468bde9f89
Assignee | ||
Updated•3 years ago
|
Component: web-platform-tests → DOM: CSS Object Model
Product: Testing → Core
Assignee | ||
Comment 1•3 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=9523f50cc8d6128417fc0cadf8c6a6a990d45bc5
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, and Chrome on GitHub CI
Total 1 tests
Status Summary
Firefox
PASS
: 1
Chrome
PASS
: 1
Links
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5606eb17fe83
[wpt PR 33862] - [css-typed-om] Don't crash when serializing CSSPerspective, a=testonly
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox102:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 102 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•