Specification test cases
The test cases below are imported from the Turbo CSS specification.
They have been executed upon loading this page.
Tag: a
t1 @/../a:block
.t1.\@\/\.\.\/a\:block a {
display: block;
}
Tag: div
t1 @/../div:block
.t1.\@\/\.\.\/div\:block div {
display: block;
}
Tag: h1
t1 @/../h1:block
.t1.\@\/\.\.\/h1\:block h1 {
display: block;
}