gtk2/testsuite/css/parser/declarations-valid-18.ref.css
Matthias Clasen e567f23bcd Update another css parser test
This test was using the engine property, which has
been deprecated and thus generates an error now.
Instead, use the font property.
2015-12-21 14:18:51 -05:00

9 lines
162 B
CSS

* {
font-family: "definitelydoesnotexist";
font-size: initial;
font-stretch: normal;
font-style: normal;
font-variant: normal;
font-weight: normal;
}