forked from AuroraMiddleware/gtk
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;
|
|
}
|