mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Fix deriving in cascade_with_cached_declarations
Even though we don't recompute non-inherited properties here, we still need to compute properties that are derived from them. Fixes #2498: because text-decoration is not inherited, -servo-text-decorations-in-effect was not derived correctly for cached declarations.
This commit is contained in:
parent
48922fc261
commit
3e53dbd2e5
4 changed files with 56 additions and 23 deletions
|
@ -18,6 +18,7 @@
|
|||
== border_style_none_a.html border_style_none_b.html
|
||||
== borders_a.html borders_b.html
|
||||
== acid1_a.html acid1_b.html
|
||||
== text_decoration_cached.html text_decoration_cached_ref.html
|
||||
# text_decoration_propagation_a.html text_decoration_propagation_b.html
|
||||
# inline_text_align_a.html inline_text_align_b.html
|
||||
== font_size_em.html font_size_em_ref.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue