gtk/testsuite/css/parser/value-inherit.css
Matthias Clasen 474f5b7784 Fix the css parser value inherit test
This was affected by the recent renaming of icon-shadow to
-gtk-icon-shadow. Also, it produces an error now because
engine is deprecated.
2015-12-21 14:35:11 -05:00

47 lines
1.2 KiB
CSS

* {
-gtk-icon-shadow: inherit;
background-clip: inherit;
background-color: inherit;
background-image: inherit;
background-origin: inherit;
background-repeat: inherit;
border-bottom-color: inherit;
border-bottom-left-radius: inherit;
border-bottom-right-radius: inherit;
border-bottom-style: inherit;
border-bottom-width: inherit;
border-image-repeat: inherit;
border-image-slice: inherit;
border-image-source: inherit;
border-image-width: inherit;
border-left-color: inherit;
border-left-style: inherit;
border-left-width: inherit;
border-right-color: inherit;
border-right-style: inherit;
border-right-width: inherit;
border-top-color: inherit;
border-top-left-radius: inherit;
border-top-right-radius: inherit;
border-top-style: inherit;
border-top-width: inherit;
box-shadow: inherit;
color: inherit;
engine: inherit;
font-family: inherit;
font-size: inherit;
font-stretch: inherit;
font-style: inherit;
font-variant: inherit;
font-weight: inherit;
margin-bottom: inherit;
margin-left: inherit;
margin-right: inherit;
margin-top: inherit;
padding-bottom: inherit;
padding-left: inherit;
padding-right: inherit;
padding-top: inherit;
text-shadow: inherit;
}