mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
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;
|
|
}
|