style: Align border-spacing with other engines.

This commit is contained in:
Emilio Cobos Álvarez 2017-03-27 03:53:47 +02:00
parent 8205a0de90
commit 35496c8ae1
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
2 changed files with 21 additions and 14 deletions

View file

@ -496,8 +496,8 @@ impl LayoutElementHelpers for LayoutJS<Element> {
shared_lock,
PropertyDeclaration::BorderSpacing(
Box::new(border_spacing::SpecifiedValue {
horizontal: width_value.clone(),
vertical: width_value,
horizontal: width_value,
vertical: None,
}))));
}