style: Serialize content properties using Servo.

Bug: 1472443
Reviewed-by: xidorn
Differential Revision: https://phabricator.services.mozilla.com/D1901
This commit is contained in:
Emilio Cobos Álvarez 2018-06-30 15:16:31 +02:00
parent 856924f167
commit c2d21a8497
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -5643,7 +5643,7 @@ clip-path
use values::specified::Attr;
if self.gecko.mContents.is_empty() {
return Content::Normal;
return Content::None;
}
if self.gecko.mContents.len() == 1 &&