Skip to content

Commit 44b2c5f

Browse files
committed
Add option seq
1 parent 39895fc commit 44b2c5f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

libs/css/src/is_special_property.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -960,11 +960,7 @@ mod tests {
960960
);
961961

962962
for property in SPECIAL_PROPERTIES.iter() {
963-
// println!("{}", property);
964-
if css.contains(*property) {
965-
println!("{}", property);
966-
}
967-
// assert!(css.contains(*property));
963+
assert!(!css.contains(*property));
968964
}
969965
}
970966
}

0 commit comments

Comments
 (0)