diff options
author | Nazım Can Altınova <canaltinova@gmail.com> | 2017-07-27 11:18:31 -0700 |
---|---|---|
committer | Nazım Can Altınova <canaltinova@gmail.com> | 2017-07-27 13:37:57 -0700 |
commit | 43cf493832e8ea0eb88fd446909d7fee64b0b9b9 (patch) | |
tree | e2f1a684cb70a85fa0e476e7a6bd6cde8945a19d /components/style/invalidation/stylesheets.rs | |
parent | c365a391044acee24dd5305cd2cdad3feb22eef6 (diff) | |
download | servo-43cf493832e8ea0eb88fd446909d7fee64b0b9b9.tar.gz servo-43cf493832e8ea0eb88fd446909d7fee64b0b9b9.zip |
style: Implement parsing/serialization for @font-feature-values rule
Diffstat (limited to 'components/style/invalidation/stylesheets.rs')
-rw-r--r-- | components/style/invalidation/stylesheets.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/style/invalidation/stylesheets.rs b/components/style/invalidation/stylesheets.rs index 19c35405676..04a13d934ba 100644 --- a/components/style/invalidation/stylesheets.rs +++ b/components/style/invalidation/stylesheets.rs @@ -301,7 +301,8 @@ impl StylesheetInvalidationSet { CounterStyle(..) | Keyframes(..) | Page(..) | - Viewport(..) => { + Viewport(..) | + FontFeatureValues(..) => { debug!(" > Found unsupported rule, marking the whole subtree \ invalid."); |