Learning_GTK4_tree/testsuite/reftests/shadow-clip-rounding.css

10 lines
116 B
CSS
Raw Permalink Normal View History

2023-12-12 11:36:42 +01:00
@import "reset-to-defaults.css";
.test {
box-shadow: 0 0.99999px red;
}
.reference {
box-shadow: 0 1px red;
}