mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
339cb1fe6b
Multiple reftests were damaged by the element name transition. Repair them. The region reftests are no longer needed, since we no longer do regions.
9 lines
90 B
CSS
9 lines
90 B
CSS
label {
|
|
engine: none;
|
|
text-shadow: 1px 1px red;
|
|
}
|
|
|
|
.no-shadow {
|
|
text-shadow: none
|
|
}
|