forked from AuroraMiddleware/gtk
d081b309d5
These tests exercise many allowed ways to specify various properties.
52 lines
411 B
CSS
52 lines
411 B
CSS
a {
|
|
outline-style: initial;
|
|
}
|
|
|
|
b {
|
|
outline-style: inherit;
|
|
}
|
|
|
|
c {
|
|
outline-style: unset;
|
|
}
|
|
|
|
d {
|
|
outline-style: none;
|
|
}
|
|
|
|
e {
|
|
outline-style: solid;
|
|
}
|
|
|
|
f {
|
|
outline-style: inset;
|
|
}
|
|
|
|
g {
|
|
outline-style: outset;
|
|
}
|
|
|
|
h {
|
|
outline-style: hidden;
|
|
}
|
|
|
|
i {
|
|
outline-style: dotted;
|
|
}
|
|
|
|
j {
|
|
outline-style: dashed;
|
|
}
|
|
|
|
k {
|
|
outline-style: double;
|
|
}
|
|
|
|
l {
|
|
outline-style: groove;
|
|
}
|
|
|
|
m {
|
|
outline-style: ridge;
|
|
}
|