mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
2737c67cce
Otherwise drawing will be clipped. Testcase included
10 lines
116 B
CSS
10 lines
116 B
CSS
@import "reset-to-defaults.css";
|
|
|
|
.test {
|
|
box-shadow: 0 0.99999px red;
|
|
}
|
|
|
|
.reference {
|
|
box-shadow: 0 1px red;
|
|
}
|