mirror of
https://github.com/servo/servo.git
synced 2025-06-08 00:23:30 +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();
|
||||
}
|
||||
|
||||
let mode = get_writing_mode(context.style.get_inheritedbox());
|
||||
context.style.set_writing_mode(mode);
|
||||
|
||||
context.style
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue