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

33 lines
872 B
CSS

* {
border-bottom-color: initial;
border-bottom-left-radius: initial;
border-bottom-right-radius: initial;
border-bottom-width: initial;
border-image-repeat: initial;
border-image-slice: initial;
border-image-source: initial;
border-image-width: initial;
border-left-color: initial;
border-left-width: initial;
border-right-color: initial;
border-right-width: initial;
border-top-color: initial;
border-top-left-radius: initial;
border-top-right-radius: initial;
border-top-width: initial;
font-family: initial;
font-size: initial;
font-stretch: initial;
font-style: initial;
font-variant-caps: initial;
font-weight: initial;
margin-bottom: initial;
margin-left: initial;
margin-right: initial;
margin-top: initial;
padding-bottom: initial;
padding-left: initial;
padding-right: initial;
padding-top: initial;
}