gtk2/testsuite/css/parser/text-decoration-line.css
Matthias Clasen d081b309d5 Add some css parser tests
These tests exercise many allowed ways to specify various
properties.
2015-12-21 06:28:25 -05:00

24 lines
241 B
CSS

a {
text-decoration-line: initial;
}
b {
text-decoration-line: inherit;
}
c {
text-decoration-line: unset;
}
d {
text-decoration-line: none;
}
e {
text-decoration-line: underline;
}
f {
text-decoration-line: line-through;
}