mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Take transform:translate into account when computing clipping regions.
Note that this only works for translation; a more general fix would require major changes to how display lists work. Closes #10431?
This commit is contained in:
parent
3b7e426d33
commit
6c9efbf383
5 changed files with 114 additions and 11 deletions
|
@ -5031,6 +5031,18 @@
|
|||
"url": "/_mozilla/css/transition_calc.html"
|
||||
}
|
||||
],
|
||||
"css/translate_clip.html": [
|
||||
{
|
||||
"path": "css/translate_clip.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/translate_clip_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/translate_clip.html"
|
||||
}
|
||||
],
|
||||
"css/upper_id_attr.html": [
|
||||
{
|
||||
"path": "css/upper_id_attr.html",
|
||||
|
@ -11525,6 +11537,18 @@
|
|||
"url": "/_mozilla/css/transition_calc.html"
|
||||
}
|
||||
],
|
||||
"css/translate_clip.html": [
|
||||
{
|
||||
"path": "css/translate_clip.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/translate_clip_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/translate_clip.html"
|
||||
}
|
||||
],
|
||||
"css/upper_id_attr.html": [
|
||||
{
|
||||
"path": "css/upper_id_attr.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue