forked from AuroraMiddleware/gtk
d081b309d5
These tests exercise many allowed ways to specify various properties.
24 lines
241 B
CSS
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;
|
|
}
|