mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Use the WritingMode bitflags from Stylo
This commit is contained in:
parent
b9adf8b7ac
commit
40ad9a722d
10 changed files with 62 additions and 81 deletions
|
@ -446,7 +446,7 @@ fn layout_atomic<'box_tree>(
|
|||
let containing_block_for_children = ContainingBlock {
|
||||
inline_size,
|
||||
block_size,
|
||||
mode: atomic.style.writing_mode(),
|
||||
mode: atomic.style.writing_mode,
|
||||
};
|
||||
assert_eq!(
|
||||
ifc.containing_block.mode, containing_block_for_children.mode,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue