Closed
Bug 1454507
Opened 7 years ago
Closed 7 years ago
Avoid asserting that we don't end up with an empty result
Categories
(Core :: Graphics: WebRender, enhancement)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla61
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox59 | --- | disabled |
firefox60 | --- | disabled |
firefox61 | --- | fixed |
People
(Reporter: jrmuizel, Assigned: jrmuizel)
References
Details
Attachments
(1 file)
No description provided.
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8968346 [details]
Bug 1454507. Avoid asserting that we don't end up with an empty result.
https://reviewboard.mozilla.org/r/237024/#review242836
::: layout/svg/crashtests/grouping-empty-bounds.html:35
(Diff revision 1)
> + <g transform="translate(10 10)"><rect x="120" y="0" width="1" height="1"/></g>
> +</svg>
> +
> +<script>
> +
> +setTimeout(() => {
please use a MozReftestInvalidate event listener
Attachment #8968346 -
Flags: review?(mstange) → review+
Comment hidden (mozreview-request) |
Pushed by jmuizelaar@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3793175d2c00
Avoid asserting that we don't end up with an empty result. r=mstange
Comment 5•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
Updated•7 years ago
|
Assignee: nobody → jmuizelaar
status-firefox59:
--- → disabled
status-firefox60:
--- → disabled
status-firefox-esr52:
--- → unaffected
You need to log in
before you can comment on or make changes to this bug.
Description
•