forked from AuroraMiddleware/gtk
d081b309d5
These tests exercise many allowed ways to specify various properties.
24 lines
237 B
CSS
24 lines
237 B
CSS
a {
|
|
text-decoration-style: initial;
|
|
}
|
|
|
|
b {
|
|
text-decoration-style: inherit;
|
|
}
|
|
|
|
c {
|
|
text-decoration-style: unset;
|
|
}
|
|
|
|
d {
|
|
text-decoration-style: solid;
|
|
}
|
|
|
|
e {
|
|
text-decoration-style: double;
|
|
}
|
|
|
|
f {
|
|
text-decoration-style: wavy;
|
|
}
|