gtk2/testsuite/css/parser/value-none.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

19 lines
462 B
CSS

* {
-gtk-icon-shadow: none;
background-image: none;
border-bottom-style: none;
border-image-source: none;
border-left-style: none;
border-right-style: none;
border-top-style: none;
box-shadow: none;
font-family: "none";
font-variant-alternates: initial;
font-variant-caps: initial;
font-variant-east-asian: initial;
font-variant-ligatures: none;
font-variant-numeric: initial;
font-variant-position: initial;
text-shadow: none;
}