mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Deep clone ServoStyleSheets.
MozReview-Commit-ID: 6hYIcOa86Y
This commit is contained in:
parent
bb310efbb9
commit
31584e3c14
9 changed files with 221 additions and 10 deletions
|
@ -194,7 +194,7 @@ macro_rules! font_face_descriptors_common {
|
|||
/// Data inside a `@font-face` rule.
|
||||
///
|
||||
/// https://drafts.csswg.org/css-fonts/#font-face-rule
|
||||
#[derive(Debug, PartialEq, Eq)]
|
||||
#[derive(Clone, Debug, PartialEq, Eq)]
|
||||
pub struct FontFaceRuleData {
|
||||
$(
|
||||
#[$doc]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue