gtk2/testsuite/reftests/inherit-and-initial.css

8 lines
52 B
CSS

* {
all: initial;
}
#inherit {
all: inherit;
}