mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Auto merge of #15334 - canaltinova:inverse, r=nox
Fix the panic when transform is non-invertible <!-- Please describe your changes on the following line: --> Fixes the panic when transform is non-invertible. Counterpart of https://github.com/servo/webrender/pull/823 r? @glennw --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #13266 (github issue number if applicable). <!-- Either: --> - [x] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15334) <!-- Reviewable:end -->
This commit is contained in:
commit
d2ae3d8bed
3 changed files with 44 additions and 1 deletions
|
@ -13335,6 +13335,12 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"mozilla/non-invertible-transform.html": [
|
||||
[
|
||||
"/_mozilla/mozilla/non-invertible-transform.html",
|
||||
{}
|
||||
]
|
||||
],
|
||||
"mozilla/out-of-order-stylesheet-loads-and-imports.html": [
|
||||
[
|
||||
"/_mozilla/mozilla/out-of-order-stylesheet-loads-and-imports.html",
|
||||
|
@ -25908,6 +25914,10 @@
|
|||
"fe965e58fdcb78d08384a9fde74c982e34768745",
|
||||
"testharness"
|
||||
],
|
||||
"mozilla/non-invertible-transform.html": [
|
||||
"6fa68fe08c9dd5d594e838da51617951193fee19",
|
||||
"testharness"
|
||||
],
|
||||
"mozilla/out-of-order-stylesheet-loads-and-imports.html": [
|
||||
"462f5b6a1f47e0e40ad407ccd13b3058176d106d",
|
||||
"testharness"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue