gtk2/testsuite/css/parser/text-decoration-style.css

24 lines
237 B
CSS
Raw Normal View History

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;
}