mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Further changes required by Servo
This commit is contained in:
parent
18c701e6b5
commit
0094560541
4 changed files with 4 additions and 4 deletions
|
@ -368,7 +368,7 @@ impl Fragment {
|
|||
let text_decoration_color = fragment
|
||||
.parent_style
|
||||
.clone_text_decoration_color()
|
||||
.resolve_into_absolute(color);
|
||||
.resolve_to_absolute(color);
|
||||
let text_decoration_style = fragment.parent_style.clone_text_decoration_style();
|
||||
if text_decoration_style == ComputedTextDecorationStyle::MozNone {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue