Specification test cases
The test cases below are imported from the Turbo CSS specification.
They have been executed upon loading this page.
Underline
t1 underline
.t1.underline {
text-decoration: underline;
}
Line through
t1 line-through
.t1.line-through {
text-decoration: line-through;
}
No text decoration
t1 text-decoration-none
.t1.text-decoration-none {
text-decoration: none;
}