Closed
Bug 1439276
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 9567 - [css-typed-om] Fix crash involving negative length perspectives.
Categories
(Core :: DOM: CSS Object Model, enhancement, P3)
Core
DOM: CSS Object Model
Tracking
()
RESOLVED
FIXED
mozilla61
Tracking | Status | |
---|---|---|
firefox61 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 9567 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/w3c/web-platform-tests/pull/9567
Details from upstream follow.
Darren Shen wrote:
> [css-typed-om] Fix crash involving negative length perspectives.
>
> We were crashing because converting CSSPerspective(-1px) to a CSSValue
> returns nullptr. The correct behaviour should be to convert it as
> CSSPerspective(calc(-1px)).
>
> Bug: 812620
> Change-Id: I5ee70d4fb5eed064bcdad67391c3eb84531144d6
> Reviewed-on: https://chromium-review.googlesource.com/924742
> WPT-Export-Revision: 7e47f852d0761bc7d0076222d8c78e30aba7f6ed
Reporter | ||
Updated•7 years ago
|
Component: web-platform-tests → DOM: CSS Object Model
Product: Testing → Core
Reporter | ||
Comment 1•7 years ago
|
||
Reporter | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=8527a5fa73939ca6ffda208db480f955452bb3c0
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/dd8bcdee8a6f
[wpt PR 9567] - [css-typed-om] Fix crash involving negative length perspectives., a=testonly
Comment 4•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
You need to log in
before you can comment on or make changes to this bug.
Description
•