forked from AuroraMiddleware/gtk
d081b309d5
These tests exercise many allowed ways to specify various properties.
24 lines
175 B
CSS
24 lines
175 B
CSS
a {
|
|
font-style: initial;
|
|
}
|
|
|
|
b {
|
|
font-style: inherit;
|
|
}
|
|
|
|
c {
|
|
font-style: unset;
|
|
}
|
|
|
|
d {
|
|
font-style: normal;
|
|
}
|
|
|
|
e {
|
|
font-style: oblique;
|
|
}
|
|
|
|
f {
|
|
font-style: italic;
|
|
}
|