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.
24 lines
190 B
CSS
24 lines
190 B
CSS
a {
|
|
outline-offset: initial;
|
|
}
|
|
|
|
b {
|
|
outline-offset: inherit;
|
|
}
|
|
|
|
c {
|
|
outline-offset: unset;
|
|
}
|
|
|
|
d {
|
|
outline-offset: 0;
|
|
}
|
|
|
|
e {
|
|
outline-offset: 10px;
|
|
}
|
|
|
|
f {
|
|
outline-offset: -10px;
|
|
}
|