gtk2/testsuite/css/parser/opacity.css
Matthias Clasen d081b309d5 Add some css parser tests
These tests exercise many allowed ways to specify various
properties.
2015-12-21 06:28:25 -05:00

24 lines
143 B
CSS

a {
opacity: initial;
}
b {
opacity: inherit;
}
c {
opacity: unset;
}
d {
opacity: 1;
}
e {
opacity: 0.5;
}
f {
opacity: 0;
}