mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 20:51:07 +00:00
0bfd4b232b
Test that scaled border nodes properly scale their offsets. Related: #6412
8 lines
114 B
Plaintext
8 lines
114 B
Plaintext
transform {
|
|
transform: scale(30);
|
|
child: outset-shadow {
|
|
color: rgb(255,0,0);
|
|
outline: 0 0 2 2;
|
|
}
|
|
}
|