mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
style: Compute damage for text nodes.
They have styles just like elements do. Allows a dynamic change of `display: none` to `display: inline` to work. Closes #9868.
This commit is contained in:
parent
aea8d8959d
commit
d59dee0c65
5 changed files with 52 additions and 6 deletions
|
@ -4560,6 +4560,18 @@
|
|||
"url": "/_mozilla/css/text_align_start_end.html"
|
||||
}
|
||||
],
|
||||
"css/text_damage_a.html": [
|
||||
{
|
||||
"path": "css/text_damage_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/text_damage_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/text_damage_a.html"
|
||||
}
|
||||
],
|
||||
"css/text_decoration_cached.html": [
|
||||
{
|
||||
"path": "css/text_decoration_cached.html",
|
||||
|
@ -10760,6 +10772,18 @@
|
|||
"url": "/_mozilla/css/text_align_start_end.html"
|
||||
}
|
||||
],
|
||||
"css/text_damage_a.html": [
|
||||
{
|
||||
"path": "css/text_damage_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/text_damage_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/text_damage_a.html"
|
||||
}
|
||||
],
|
||||
"css/text_decoration_cached.html": [
|
||||
{
|
||||
"path": "css/text_decoration_cached.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue