forked from AuroraMiddleware/gtk
d081b309d5
These tests exercise many allowed ways to specify various properties.
20 lines
153 B
CSS
20 lines
153 B
CSS
a {
|
|
outline-width: initial;
|
|
}
|
|
|
|
b {
|
|
outline-width: inherit;
|
|
}
|
|
|
|
c {
|
|
outline-width: unset;
|
|
}
|
|
|
|
d {
|
|
outline-width: 0;
|
|
}
|
|
|
|
e {
|
|
outline-width: 10px;
|
|
}
|