mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
style: Serialize content properties using Servo.
Bug: 1472443 Reviewed-by: xidorn Differential Revision: https://phabricator.services.mozilla.com/D1901
This commit is contained in:
parent
856924f167
commit
c2d21a8497
1 changed files with 1 additions and 1 deletions
|
@ -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 &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue