gtk2/testsuite/css/parser/declarations-valid-18.ref.css
Matthias Clasen 91497348bf Update all css parser tests
I have not tracked down in detail where all these changes originate,
this commit just gets things back to working again.
2017-10-18 17:30:20 +02:00

9 lines
168 B
CSS

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