style: Remove viewport rule code

Turns out Servo doesn't need this either, see
https://github.com/servo/servo/pull/29850.

Differential Revision: https://phabricator.services.mozilla.com/D180264
This commit is contained in:
Emilio Cobos Álvarez 2023-06-08 11:20:53 +00:00 committed by Martin Robinson
parent 0b75c1d9d1
commit d02c4e2fe9
13 changed files with 3 additions and 1218 deletions

View file

@ -551,7 +551,6 @@ impl StylesheetInvalidationSet {
CounterStyle(..) |
Page(..) |
Property(..) |
Viewport(..) |
FontFeatureValues(..) |
FontPaletteValues(..) |
LayerStatement(..) |
@ -637,13 +636,9 @@ impl StylesheetInvalidationSet {
CounterStyle(..) |
Page(..) |
Property(..) |
Viewport(..) |
FontFeatureValues(..) |
FontPaletteValues(..) => {
debug!(
" > Found unsupported rule, marking the whole subtree \
invalid."
);
debug!(" > Found unsupported rule, marking the whole subtree invalid.");
// TODO(emilio): Can we do better here?
//