mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-04 09:40:19 +00:00
7855294594
These tests were affected by the font and linear-gradient parsing changes.
9 lines
163 B
CSS
9 lines
163 B
CSS
* {
|
|
font-family: "definitelydoesnotexist";
|
|
font-size: 10pt;
|
|
font-stretch: initial;
|
|
font-style: initial;
|
|
font-variant: initial;
|
|
font-weight: initial;
|
|
}
|