mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Fix the panic when transform is non-invertible
This commit is contained in:
parent
3c8daca772
commit
f362f6f93b
3 changed files with 44 additions and 1 deletions
|
@ -13321,6 +13321,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",
|
||||
|
@ -25886,6 +25892,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