mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Don't optimize display list for projective transforms
There are situations where elements are transformed from outside the display list. With projective transforms it's currently difficult to detect these. In those cases we just don't optimize the display list, so that they will always be shown. Fixes #13822.
This commit is contained in:
@@ -5849,6 +5849,18 @@
|
||||
{}
|
||||
]
|
||||
],
|
||||
"css/transform_3d_from_outside_viewport.html": [
|
||||
[
|
||||
"/_mozilla/css/transform_3d_from_outside_viewport.html",
|
||||
[
|
||||
[
|
||||
"/_mozilla/css/transform_3d_from_outside_viewport_ref.html",
|
||||
"!="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
],
|
||||
"css/transform_optimization.html": [
|
||||
[
|
||||
"/_mozilla/css/transform_optimization.html",
|
||||
@@ -9259,6 +9271,11 @@
|
||||
{}
|
||||
]
|
||||
],
|
||||
"css/transform_3d_from_outside_viewport_ref.html": [
|
||||
[
|
||||
{}
|
||||
]
|
||||
],
|
||||
"css/transform_3d_ref.html": [
|
||||
[
|
||||
{}
|
||||
@@ -24062,6 +24079,14 @@
|
||||
"1450d169d4c5506fff240adca5c28b0cb6accd9f",
|
||||
"reftest"
|
||||
],
|
||||
"css/transform_3d_from_outside_viewport.html": [
|
||||
"b59ccc70dec5de8bf55440ef3d4dd35d2ec1493a",
|
||||
"reftest"
|
||||
],
|
||||
"css/transform_3d_from_outside_viewport_ref.html": [
|
||||
"87531bec4e8b60f17d885d6236ec0629f68f6c9a",
|
||||
"support"
|
||||
],
|
||||
"css/transform_3d_ref.html": [
|
||||
"e59866f74ae9dc10a2220c1bb240862371f3edc9",
|
||||
"support"
|
||||
|
||||
Reference in New Issue
Block a user