mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Further changes required by Servo
This commit is contained in:
parent
7b4fb5dc22
commit
0fd2f08da1
7 changed files with 34 additions and 30 deletions
|
@ -320,10 +320,10 @@ impl ComputedValuesExt for ComputedValues {
|
|||
let border = self.get_border();
|
||||
LogicalSides::from_physical(
|
||||
&PhysicalSides::new(
|
||||
border.border_top_width.0,
|
||||
border.border_right_width.0,
|
||||
border.border_bottom_width.0,
|
||||
border.border_left_width.0,
|
||||
border.border_top_width.into(),
|
||||
border.border_right_width.into(),
|
||||
border.border_bottom_width.into(),
|
||||
border.border_left_width.into(),
|
||||
),
|
||||
containing_block_writing_mode,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue