mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
parent
a22913569c
commit
ad4b9aab45
1 changed files with 3 additions and 0 deletions
|
@ -1716,6 +1716,9 @@ fn cascade_with_cached_declarations(
|
||||||
context.mutate_style().mutate_font().compute_font_hash();
|
context.mutate_style().mutate_font().compute_font_hash();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
let mode = get_writing_mode(context.style.get_inheritedbox());
|
||||||
|
context.style.set_writing_mode(mode);
|
||||||
|
|
||||||
context.style
|
context.style
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue